Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def synthesize_speech(text):
|
|
43 |
# Title and description for the Gradio interface
|
44 |
title = "Fine-tuning TTS for a Italian Language Using SpeechT5"
|
45 |
description = """
|
46 |
-
This
|
47 |
The model is fine-tuned on the VoxPopuli Italian dataset.
|
48 |
"""
|
49 |
|
|
|
43 |
# Title and description for the Gradio interface
|
44 |
title = "Fine-tuning TTS for a Italian Language Using SpeechT5"
|
45 |
description = """
|
46 |
+
This Space generates speech in Italian using the fine-tuned SpeechT5 model from Hugging Face.
|
47 |
The model is fine-tuned on the VoxPopuli Italian dataset.
|
48 |
"""
|
49 |
|