Spaces:
Running
Running
Commit
·
dec4997
1
Parent(s):
dcb14fa
perf: bump the concurrency count to 20
Browse files
app.py
CHANGED
@@ -202,4 +202,4 @@ with gr.Blocks(css="style.css", title=f"Realtime Latent Consistency Model") as d
|
|
202 |
gr.Examples(examples=EXAMPLES, inputs=[prompt_box], label="Examples")
|
203 |
|
204 |
if __name__ == "__main__":
|
205 |
-
demo.queue(concurrency_count=
|
|
|
202 |
gr.Examples(examples=EXAMPLES, inputs=[prompt_box], label="Examples")
|
203 |
|
204 |
if __name__ == "__main__":
|
205 |
+
demo.queue(concurrency_count=20, api_open=False).launch()
|