Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
radames/InstantStyle-SDXL-Lightning
dmaniloff
/
API-InstantStyle-SDXL-Lightning
like
2
Runtime error
App
Files
Files
Community
dmaniloff
HF staff
commited on
Apr 30, 2024
Commit
bef3e61
Β·
verified
Β·
1 Parent(s):
65509f7
remove api_open=False and show_api=False from block.
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -409,5 +409,5 @@ with block:
409
410
gr.Markdown(article)
411
412
-
block.queue(
api_open=False
)
413
-
block.launch(
show_api=False
)
409
410
gr.Markdown(article)
411
412
+
block.queue()
413
+
block.launch()