Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
black-forest-labs/FLUX.1-schnell
SahaniJi
/
FLUX.1-schnell
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SahaniJi
commited on
Aug 29, 2024
Commit
002e937
·
verified
·
1 Parent(s):
86f96a4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -119,4 +119,4 @@ with gr.Blocks(css=css) as demo:
119
outputs = [result, seed]
120
)
121
122
-
demo.launch()
119
outputs = [result, seed]
120
)
121
122
+
demo.launch(
enable_queue=True
)