Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yqcyqc/Fruit-classification
DHEIVER
/
Fruit-classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yqcyqc
commited on
Mar 30
Commit
98414ad
·
verified
·
1 Parent(s):
cf87d93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ def create_interface():
101
102
if __name__ == "__main__":
103
interface = create_interface()
104
-
interface.launch(
share=True
)
101
102
if __name__ == "__main__":
103
interface = create_interface()
104
+
interface.launch()