Conner commited on
Commit
181183d
1 Parent(s): b2e78ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,5 +40,5 @@ def predict(image):
40
  return prediction
41
 
42
 
43
- iface = gr.Interface(fn=predict, inputs="image")
44
  iface.launch()
 
40
  return prediction
41
 
42
 
43
+ iface = gr.Interface(fn=predict, inputs="image", outputs="text")
44
  iface.launch()