chenoi commited on
Commit
1776155
·
1 Parent(s): f62bef5

Update app.py

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