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:
Duplicated from
ovi054/image-to-vector
svjack
/
image-to-vector
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Mar 31, 2025
Commit
96996b2
·
verified
·
1 Parent(s):
04aeb05
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -195,4 +195,5 @@ with gr.Blocks(css=css) as app:
195
)
196
197
# Launch the app
198
-
app.launch(debug=True)
195
)
196
197
# Launch the app
198
+
#
app.launch(debug=True)
199
+
app.launch(share=True)