Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
KingNish/Image-Gen-Pro
unbrandedhuman
/
StableDiffusion24
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KingNish
commited on
Jul 22, 2024
Commit
17b0567
Β·
verified
Β·
1 Parent(s):
5f9e180
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -260,4 +260,4 @@ with gr.Blocks(css=css) as demo:
260
outputs=[seed, input_image],
261
)
262
263
-
demo.queue(max_size=
50
).launch()
260
outputs=[seed, input_image],
261
)
262
263
+
demo.queue(max_size=
500
).launch()