Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def predict(text, speaker):
|
|
59 |
|
60 |
title = "SpeechT5: Speech Synthesis"
|
61 |
|
62 |
-
|
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 |
|