Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yuval728
/
Dog-emotion-recognition
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yuval728
commited on
Aug 21, 2024
Commit
216e21f
·
verified
·
1 Parent(s):
5fcb125
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.Interface(
72
)
73
74
# Launch the app!
75
-
demo.launch()
72
)
73
74
# Launch the app!
75
+
demo.launch(
share=True
)