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