marcelarosalesj commited on
Commit
6622910
2 Parent(s): ccbfcf9 d9db59b

Merge branch 'main' of https://huggingface.co/spaces/marcelarosalesj/leaf-classification

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)