Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
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
InstantX/InstantID
ghost-logic
/
instantid-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ghost-logic
commited on
Feb 3
Commit
b65d060
·
verified
·
1 Parent(s):
afa7e86
Update app.py
Browse files
Enable API access
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -647,5 +647,5 @@ with gr.Blocks(css=css) as demo:
647
648
gr.Markdown(article)
649
650
-
demo.queue(api_open=
False
)
651
demo.launch()
647
648
gr.Markdown(article)
649
650
+
demo.queue(api_open=
True
)
651
demo.launch()