Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
panditamey/flowerClassification
panditamey
/
flowerClassificationusingFlask
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
panditamey
commited on
Apr 9, 2023
Commit
6c4241b
·
1 Parent(s):
12d1cc5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ def upload_image():
51
52
53
if __name__ =="__main__":
54
-
app.run()
51
52
53
if __name__ =="__main__":
54
+
app.run(
debug=Flase,host="0.0.0.0",port=5000
)