futranbg commited on
Commit
d3cb070
·
1 Parent(s): ad9b6c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ inputs = [gr.inputs.Dropdown(['English','Vietnamese'], default='English', label=
29
  gr.inputs.Textbox(lines=5, label="Input text"),
30
  ]
31
 
32
- gr.Interface(translation, inputs, outputs="text").launch()
 
29
  gr.inputs.Textbox(lines=5, label="Input text"),
30
  ]
31
 
32
+ gr.Interface(translation, inputs=inputs, outputs="text").launch()