moro23 commited on
Commit
d84bb39
·
1 Parent(s): 429c768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def maize_disease_classifier(image):
16
  return pred_name, pred_prob
17
 
18
 
19
- iface = gr.Interface(fn=bear_classifier, inputs=gr.inputs.Image(shape=(224, 224)), \
20
  outputs=["text", "number"])
21
 
22
  iface.launch(inline=False)
 
16
  return pred_name, pred_prob
17
 
18
 
19
+ iface = gr.Interface(fn=maize_disease_classifier, inputs=gr.inputs.Image(shape=(224, 224)), \
20
  outputs=["text", "number"])
21
 
22
  iface.launch(inline=False)