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