Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ayoubkirouane
/
VIT_Beans_Leaf_Disease_Classifier
like
0
Sleeping
App
Files
Files
Community
ayoubkirouane
commited on
Sep 20, 2023
Commit
4a16f41
•
1 Parent(s):
d8fe7c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,5 +22,5 @@ interface = gr.Interface(
22
outputs='label',
23
)
24
25
-
interface.launch(
share=True ,
debug=True)
26
22
outputs='label',
23
)
24
25
+
interface.launch(debug=True)
26