Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,11 @@ pipe_dict = {
|
|
44 |
|
45 |
title = """# Explore English and Spanish Accents with VITS finetuning
|
46 |
## Or how the best wine comes in old bottles
|
|
|
47 |
[VITS](https://huggingface.co/docs/transformers/model_doc/vits) is a light weight, low-latency TTS model.
|
48 |
-
|
|
|
|
|
49 |
Stay tuned, the training recipe is coming soon!
|
50 |
"""
|
51 |
|
|
|
44 |
|
45 |
title = """# Explore English and Spanish Accents with VITS finetuning
|
46 |
## Or how the best wine comes in old bottles
|
47 |
+
|
48 |
[VITS](https://huggingface.co/docs/transformers/model_doc/vits) is a light weight, low-latency TTS model.
|
49 |
+
|
50 |
+
Coupled with the right data and the right training recipe, you can get an excellent finetuned version in **20 minutes** with as little as **80 to 150 samples**.
|
51 |
+
|
52 |
Stay tuned, the training recipe is coming soon!
|
53 |
"""
|
54 |
|