Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ and see all MMS-TTS checkpoints on the Hugging Face Hub: [facebook/mms-tts](http
|
|
57 |
|
58 |
Coupled with the right data and the right training recipe, you can get an excellent finetuned version of every MMS checkpoints in **20 minutes** with as little as **80 to 150 samples**.
|
59 |
|
60 |
-
|
61 |
"""
|
62 |
|
63 |
max_speakers = 15
|
|
|
57 |
|
58 |
Coupled with the right data and the right training recipe, you can get an excellent finetuned version of every MMS checkpoints in **20 minutes** with as little as **80 to 150 samples**.
|
59 |
|
60 |
+
Training recipe available in this [github repository](https://github.com/ylacombe/finetune-hf-vits)!
|
61 |
"""
|
62 |
|
63 |
max_speakers = 15
|