Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Munzali
/
RICE_DISEASES_CLASSIFICATION
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Munzali
commited on
Nov 30, 2024
Commit
ba53484
·
verified
·
1 Parent(s):
b9c4cb8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,5 +74,5 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
74
article=article)
75
76
# Launch the demo!
77
-
demo.launch(
share=True
)
78
74
article=article)
75
76
# Launch the demo!
77
+
demo.launch()
78