broadfield commited on
Commit
5314878
·
verified ·
1 Parent(s): efed85f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,5 +152,5 @@ gr.ChatInterface(
152
  title="Mixtral 46.7B",
153
  examples=examples,
154
  concurrency_limit=20,
155
- ).launch(show_api=False)
156
 
 
152
  title="Mixtral 46.7B",
153
  examples=examples,
154
  concurrency_limit=20,
155
+ ).queue(default_concurrecny_limit=20).launch(max_threads=40)
156