Spaces:
Runtime error
Runtime error
Commit
·
d9db59b
1
Parent(s):
2bf764a
Update app.py
Browse files
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)
|