Spaces:
Sleeping
Sleeping
Commit
·
f3a5cd4
1
Parent(s):
2838c4d
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ def classify(im):
|
|
23 |
description = "Bean leaf classifier for CV class"
|
24 |
interface = gr.Interface(fn=classify, inputs="image", outputs="label", title="Bean leaf classification!", description=description )
|
25 |
|
26 |
-
interface.launch(debug=True
|
|
|
23 |
description = "Bean leaf classifier for CV class"
|
24 |
interface = gr.Interface(fn=classify, inputs="image", outputs="label", title="Bean leaf classification!", description=description )
|
25 |
|
26 |
+
interface.launch(debug=True)
|