Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AfshinMA
/
Image_Classifier_Keras
like
1
Sleeping
App
Files
Files
Community
AfshinMA
commited on
Sep 17
Commit
e533cab
•
1 Parent(s):
8cefac5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ demo = gr.Interface(
69
)
70
71
if __name__ == "__main__":
72
-
demo.launch(
share=True
)
69
)
70
71
if __name__ == "__main__":
72
+
demo.launch()