Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
26 days ago
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()