tommy24 commited on
Commit
cea460d
·
1 Parent(s): c9c3910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ inputs = [
182
  gr.inputs.Textbox(label="Textbox3",type="password")
183
  ]
184
 
185
- iface = gr.Interface(fn=function, inputs=inputs, outputs="Image")
186
 
187
  iface.launch()
188
 
 
182
  gr.inputs.Textbox(label="Textbox3",type="password")
183
  ]
184
 
185
+ iface = gr.Interface(fn=function, inputs=inputs, outputs="label")
186
 
187
  iface.launch()
188