Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-ML-API-tutorials
/
ai-sticker-maker
like
6
Running
App
Files
Files
Community
AI-ML-API-tutorials
commited on
14 days ago
Commit
76c0fe8
•
1 Parent(s):
3d205c2
share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -285,4 +285,4 @@ with gr.Blocks(
285
gr.HTML(examples_html)
286
287
# Launch the Gradio app
288
-
demo.launch()
285
gr.HTML(examples_html)
286
287
# Launch the Gradio app
288
+
demo.launch(
share=True
)