Conner commited on
Commit
c6956b8
·
1 Parent(s): 8861ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ def predict(img):
36
  return prediction
37
 
38
 
39
- iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type="pil"), outputs=gr.outputs.Label())
40
  iface.launch()
 
36
  return prediction
37
 
38
 
39
+ iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(), outputs=gr.outputs.Label())
40
  iface.launch()