Merge pull request #926 from huanglizhuo/fix/shared-file-path

fix the SHARED.md file path
This commit is contained in:
Zhikang Niu
2025-03-28 17:14:54 +08:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ Currently supported features:
- Basic TTS with Chunk Inference
- Multi-Style / Multi-Speaker Generation
- Voice Chat powered by Qwen2.5-3B-Instruct
- [Custom inference with more language support](src/f5_tts/infer/SHARED.md)
- [Custom inference with more language support](SHARED.md)
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.