From 8f65f9f3e4d47611f2c0628cb3732b1b1ba3fd0b Mon Sep 17 00:00:00 2001 From: Yushen CHEN <45333109+SWivid@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:14:28 +0800 Subject: [PATCH] Update SHARED.md --- src/f5_tts/infer/SHARED.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/f5_tts/infer/SHARED.md b/src/f5_tts/infer/SHARED.md index c581eed..dbdd63c 100644 --- a/src/f5_tts/infer/SHARED.md +++ b/src/f5_tts/infer/SHARED.md @@ -56,11 +56,6 @@ MODEL_CKPT: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/model_last_reduced.p VOCAB_FILE: hf://RASPIAUDIO/F5-French-MixedSpeakers-reduced/vocab.txt ``` -**Online Inference** -You can test the model online with [Hugging Face Space](https://huggingface.co/spaces/RASPIAUDIO/f5-tts_french). - -**Resources** -1.[Tutorial video to train a new language model](https://www.youtube.com/watch?v=UO4usaOojys). -2.[Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434). - - +- Online Inference with [Hugging Face Space](https://huggingface.co/spaces/RASPIAUDIO/f5-tts_french). +- [Tutorial video to train a new language model](https://www.youtube.com/watch?v=UO4usaOojys). +- [Discussion about this training can be found here](https://github.com/SWivid/F5-TTS/issues/434).