Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,7 +209,7 @@ def generate_download_content():
|
|
| 209 |
|
| 210 |
apple = "The quick brown fox jumps over the lazy cat."
|
| 211 |
textbox_input = gr.inputs.Textbox(default=apple)
|
| 212 |
-
tts_interface = gr.
|
| 213 |
inputs=textbox_input,
|
| 214 |
description="TTS using FastSpeech2",
|
| 215 |
title="Text to Speech (TTS)",
|
|
|
|
| 209 |
|
| 210 |
apple = "The quick brown fox jumps over the lazy cat."
|
| 211 |
textbox_input = gr.inputs.Textbox(default=apple)
|
| 212 |
+
tts_interface = gr.load("huggingface/facebook/fastspeech2-en-ljspeech",
|
| 213 |
inputs=textbox_input,
|
| 214 |
description="TTS using FastSpeech2",
|
| 215 |
title="Text to Speech (TTS)",
|