Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
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
Moibe/InstantID2
tryitonvirtual
/
InstantID2
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Moibe
commited on
Nov 22, 2024
Commit
15f8217
·
verified
·
1 Parent(s):
553bf7f
Queue True Show Error True
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -648,5 +648,5 @@ with gr.Blocks(css=css) as demo:
648
649
gr.Markdown(article)
650
651
-
demo.queue(api_open=
False
)
652
-
demo.launch()
648
649
gr.Markdown(article)
650
651
+
demo.queue(api_open=
True
)
652
+
demo.launch(
show_error=True
)