Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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, 2025
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
)