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

Update app.py

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