Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,6 +60,7 @@ title = "SpeechT5: Speech Synthesis"
|
|
| 60 |
description = """
|
| 61 |
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.
|
| 62 |
By pre-training on text and speech at the same time, it learns unified representations for both, resulting in improved modeling capabilities.
|
|
|
|
| 63 |
|
| 64 |
article = """
|
| 65 |
<div style='margin:20px auto;'>
|
|
|
|
| 60 |
description = """
|
| 61 |
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.
|
| 62 |
By pre-training on text and speech at the same time, it learns unified representations for both, resulting in improved modeling capabilities.
|
| 63 |
+
"""
|
| 64 |
|
| 65 |
article = """
|
| 66 |
<div style='margin:20px auto;'>
|