Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ovi054/image-to-vector
svjack
/
image-to-vector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
26 days ago
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)