Ahsen Khaliq commited on
Commit
11e2337
·
1 Parent(s): 9531bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ def inference(text, model):
26
 
27
  gr.Interface(
28
  inference,
29
- [gr.inputs.Textbox(label="Input", lines=10),gr.inputs.Dropdown(choices=["fastspeech2-en-200_speaker-cv4","fastspeech2-en-ljspeech"], type="value", default="fastspeech2-en-200_speaker-cv4", label="model")
30
- ],
31
  gr.outputs.Audio(label="Output"),
32
  examples=examples,
33
  article=article,
 
26
 
27
  gr.Interface(
28
  inference,
29
+ [gr.inputs.Textbox(label="Input", lines=10)],
 
30
  gr.outputs.Audio(label="Output"),
31
  examples=examples,
32
  article=article,