mrfakename commited on
Commit
bf420cc
·
verified ·
1 Parent(s): 1aefd03

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. src/f5_tts/infer/README.md +1 -1
src/f5_tts/infer/README.md CHANGED
@@ -24,7 +24,7 @@ Currently supported features:
24
  - Basic TTS with Chunk Inference
25
  - Multi-Style / Multi-Speaker Generation
26
  - Voice Chat powered by Qwen2.5-3B-Instruct
27
- - [Custom inference with more language support](src/f5_tts/infer/SHARED.md)
28
 
29
  The cli command `f5-tts_infer-gradio` equals to `python src/f5_tts/infer/infer_gradio.py`, which launches a Gradio APP (web interface) for inference.
30
 
 
24
  - Basic TTS with Chunk Inference
25
  - Multi-Style / Multi-Speaker Generation
26
  - Voice Chat powered by Qwen2.5-3B-Instruct
27
+ - [Custom inference with more language support](SHARED.md)
28
 
29
  The cli command `f5-tts_infer-gradio` equals to `python src/f5_tts/infer/infer_gradio.py`, which launches a Gradio APP (web interface) for inference.
30