Vinay15 commited on
Commit
e43ae25
·
verified ·
1 Parent(s): 71b5296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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.
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