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

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="text")
35
  iface.launch()
 
31
  return prediction
32
 
33
 
34
+ iface = gr.Interface(fn=predict, inputs="image", outputs="text")
35
  iface.launch()