Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
itserr
/
exvoto_classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
beppefolder
commited on
Mar 31
Commit
e9b249c
·
verified
·
1 Parent(s):
634718b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ demo = gr.Interface(
67
)
68
69
# Launch App
70
-
demo.launch()
67
)
68
69
# Launch App
70
+
demo.launch(
share=True
)