marcelarosalesj commited on
Commit
d9db59b
1 Parent(s): 2bf764a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def classify(im):
20
 
21
  interface = gr.Interface(fn=classify, inputs="image", outputs="label", title="Bean leaf classification")
22
 
23
- interface.launch()
20
 
21
  interface = gr.Interface(fn=classify, inputs="image", outputs="label", title="Bean leaf classification")
22
 
23
+ interface.launch(debug=True)