From 8469025b1cfef8b2d67e2ef4d90e4625ab37c90e Mon Sep 17 00:00:00 2001 From: huanglizhuo Date: Fri, 28 Mar 2025 17:50:58 +0900 Subject: [PATCH] fix the shared.md file path --- src/f5_tts/infer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f5_tts/infer/README.md b/src/f5_tts/infer/README.md index a5e295b..07bfeb4 100644 --- a/src/f5_tts/infer/README.md +++ b/src/f5_tts/infer/README.md @@ -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.