badayvedat commited on
Commit
61ed918
1 Parent(s): d6e5604

feat: bump max threads to 64

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,4 +200,4 @@ with gr.Blocks(css="style.css", title=f"Realtime Latent Consistency Model") as d
200
  gr.Examples(examples=EXAMPLES, inputs=[prompt_box], label="Examples")
201
 
202
  if __name__ == "__main__":
203
- demo.queue(concurrency_count=20, api_open=False).launch()
 
200
  gr.Examples(examples=EXAMPLES, inputs=[prompt_box], label="Examples")
201
 
202
  if __name__ == "__main__":
203
+ demo.queue(concurrency_count=20, api_open=False).launch(max_threads=64)