F5-TTS / New Text Document.txt
smjkshp123's picture
Upload folder using huggingface_hub
6a8b8f4 verified
raw
history blame contribute delete
299 Bytes
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