chenoi commited on
Commit
c7757fc
·
1 Parent(s): 16168d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
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)",