Conner commited on
Commit
dc45278
·
1 Parent(s): b01c3f6

Update app.py

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