Help clone this space
#1
by
cnph001
- opened
Hi Altafo - I liked your TTS space and I tried to duplicate it, but when I ran it gave me error NO API FOUND
Can you help give me some clue / instruction how to avoid this error please?
Thank you,
cnph001
changed discussion status to
closed
I see that you have spaces. Will be a good idea to rename you spaces to add in names "Unlimited" and "Use it as much as you want." into README.MD?
@GeorgyGUF
- Thanks for your response. Yes I have worked it out.
For anyone encountered the problem I have - this is how i got it sorted.
So in the original requirement.txt file, it only has these:
edge_tts==6.1.12
gradio==4.36.1
We need to change it to this one below to make it work. Please do not ask me why it works, as I only read it somewhere else. I am a NOOBs :)
edge_tts==6.1.12
gradio==4.36.1
pydub==0.25.1
pydantic==2.10.6