Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def predict(text):
|
|
35 |
return (16000, speech)
|
36 |
|
37 |
|
38 |
-
title = "SpeechT5:
|
39 |
|
40 |
description = """
|
41 |
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.
|
|
|
35 |
return (16000, speech)
|
36 |
|
37 |
|
38 |
+
title = "SpeechT5: This speaker does not exist!"
|
39 |
|
40 |
description = """
|
41 |
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.
|