msmmpts commited on
Commit
7e5b9d5
·
verified ·
1 Parent(s): 43d6701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,6 +17,6 @@ def launch(input):
17
 
18
  iface = gr.Interface(launch,
19
  inputs=gr.Image(type='pil'),
20
- outputs="text")
21
 
22
  iface.launch()
 
17
 
18
  iface = gr.Interface(launch,
19
  inputs=gr.Image(type='pil'),
20
+ outputs=gr.Textbox())
21
 
22
  iface.launch()