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

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
- ).queue(default_concurrecny_limit=20).launch(max_threads=40)
156
 
 
152
  title="Mixtral 46.7B",
153
  examples=examples,
154
  concurrency_limit=20,
155
+ ).queue(default_concurrency_limit=20).launch(max_threads=40)
156