Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,8 +85,7 @@ def synthesize_speech(text):
|
|
| 85 |
# Title and description for the Gradio interface
|
| 86 |
title = "Fine-tuning TTS for a Italian Language Using SpeechT5"
|
| 87 |
description = """
|
| 88 |
-
|
| 89 |
-
The model is fine-tuned on the VoxPopuli Italian dataset.
|
| 90 |
"""
|
| 91 |
|
| 92 |
# Create Gradio interface
|
|
|
|
| 85 |
# Title and description for the Gradio interface
|
| 86 |
title = "Fine-tuning TTS for a Italian Language Using SpeechT5"
|
| 87 |
description = """
|
| 88 |
+
Enter Italian text, and listen to the generated speech
|
|
|
|
| 89 |
"""
|
| 90 |
|
| 91 |
# Create Gradio interface
|