Replies: 2 comments
-
Sorry, I probably should have added this from the very beginning. I am currently just breaking past filthy casual github user, for my career lmao. C:\Users\mark6\Desktop\Custom AI Apps\F5-TTS>conda activate f5-tts (f5-tts) C:\Users\mark6\Desktop\Custom AI Apps\F5-TTS>python gradio_app.py (f5-tts) C:\Users\mark6\Desktop\Custom AI Apps\F5-TTS>gradio_app.py (f5-tts) C:\Users\mark6\Desktop\Custom AI Apps\F5-TTS>f5-tts_infer-gradio Download Vocos from huggingface charactr/vocos-mel-24khz vocab : C:\Users\mark6\Desktop\Custom AI Apps\F5-TTS\src\f5_tts\infer\examples\vocab.txt C:\Users\mark6\AppData\Local\Programs\Python\Python312\Lib\site-packages\gradio\components\chatbot.py:242: UserWarning: You have not specified a value for the
To create a public link, set |
Beta Was this translation helpful? Give feedback.
-
during the phase where you're supposed to start Gradios, I always get "Starting app... INFO: Could not find files for the given pattern(s)." before it tells me this "* Running on local URL: http://127.0.0.1:7860" but during this phase "pip install gradio_app.py" I get this error "ERROR: Could not find a version that satisfies the requirement gradio_app.py (from versions: none)
ERROR: No matching distribution found for gradio_app.py" no matter how many times I start the process or uninstall and reinstall gradios, I never actually have this "gradio_app.py" file in my folder or anywhere on the PC for that matter. Sorry if my explanation sounds noobish, it's cause I am lol.
I can initiate gradio's webapp, but once I put in an audio file, the text, and start the synthesis, it simply lingers on processing.
Beta Was this translation helpful? Give feedback.
All reactions