Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
InstantX/InstantID
waloneai
/
InstantAIPortrait
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shweaung
commited on
Nov 20, 2024
Commit
8d45934
·
verified
·
1 Parent(s):
3184f26
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -648,4 +648,4 @@ with gr.Blocks(css=css) as demo:
648
gr.Markdown(article)
649
650
demo.queue(api_open=False)
651
-
demo.launch()
648
gr.Markdown(article)
649
650
demo.queue(api_open=False)
651
+
demo.launch(
share=True
)