Spaces:
Running
Running
badayvedat
commited on
Commit
•
96928d5
1
Parent(s):
92d5b6d
feat: bump max threads to 8192
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=20, api_open=False).launch(max_threads=
|
|
|
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(max_threads=8192)
|