andre-coy commited on
Commit
edc9571
โ€ข
1 Parent(s): 96203aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def predict(text, speaker):
59
 
60
  title = "SpeechT5: Speech Synthesis"
61
 
62
- #description = "
63
  #The <b>SpeechT5</b> model is pre-trained on text as well as speech inputs, with targets that are also a mix of text and speech.
64
  #By pre-training on text and speech at the same time, it learns unified representations for both, resulting in improved modeling capabilities.
65
 
 
59
 
60
  title = "SpeechT5: Speech Synthesis"
61
 
62
+ description = """
63
  #The <b>SpeechT5</b> model is pre-trained on text as well as speech inputs, with targets that are also a mix of text and speech.
64
  #By pre-training on text and speech at the same time, it learns unified representations for both, resulting in improved modeling capabilities.
65