Conner commited on
Commit
48b0590
·
1 Parent(s): 4845aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ def predict(img):
31
  return prediction
32
 
33
 
34
- iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(), outputs=gr.outputs.Label())
35
  iface.launch()
 
31
  return prediction
32
 
33
 
34
+ iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(), outputs="text")
35
  iface.launch()