Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-ML-API-tutorials
/
ai-sticker-maker
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdibrokhim
commited on
Dec 4, 2024
Commit
2c97198
·
2 Parent(s):
f2311e4
76c0fe8
Merge branch 'main' of https://huggingface.co/spaces/AI-ML-API-tutorials/ai-sticker-maker
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
)