Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KingNish/SDXL-Flash
massimoavvisati
/
SDXL-Flash
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
massimoavvisati
commited on
Feb 23
Commit
9a1ec20
·
verified
·
1 Parent(s):
f3f26af
Update app.py
Browse files
Let's allow API
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -197,4 +197,4 @@ with gr.Blocks(css=css) as demo:
197
)
198
199
if __name__ == "__main__":
200
-
demo.queue(max_size=50).launch()
197
)
198
199
if __name__ == "__main__":
200
+
demo.queue(max_size=50).launch(
show_api=True
)