Spaces:
Running
on
T4
Running
on
T4
da03
commited on
Commit
·
ed21af3
1
Parent(s):
f87997e
app.py
CHANGED
@@ -27,4 +27,4 @@ title = "Markup-to-Image Diffusion Models with Scheduled Sampling"
|
|
27 |
description="Yuntian Deng, Noriyuki Kojima, Alexander M. Rush"
|
28 |
|
29 |
# launch
|
30 |
-
gr.Interface(fn=infer, inputs=["text"], outputs=[gr.Slider(0, 1000, value=0, label='step (out of 1000)'), gallery],title=title,description=description).queue(max_size=
|
|
|
27 |
description="Yuntian Deng, Noriyuki Kojima, Alexander M. Rush"
|
28 |
|
29 |
# launch
|
30 |
+
gr.Interface(fn=infer, inputs=["text"], outputs=[gr.Slider(0, 1000, value=0, label='step (out of 1000)'), gallery],title=title,description=description).queue(concurrency_count=20, max_size=200).launch(enable_queue=True)
|