Spaces:
Runtime error
Runtime error
| https://github.com/SWivid/F5-TTS | |
| #1 //conda create -n f5-tts python=3.10 | |
| conda activate f5-tts | |
| # Launch a Gradio app (web interface) | |
| f5-tts_infer-gradio | |
| # Specify the port/host | |
| f5-tts_infer-gradio --port 7860 --host 0.0.0.0 | |
| # Launch a share link | |
| f5-tts_infer-gradio --share | |