Omnibus commited on
Commit
3e1cebc
·
1 Parent(s): 127ffd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -318,6 +318,7 @@ gr.ChatInterface(
318
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
319
  title="Mixtral 46.7B Powered <br> Huggingface Model Search",
320
  examples=examples,
321
- ).launch(max_workers=20)
 
322
 
323
 
 
318
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
319
  title="Mixtral 46.7B Powered <br> Huggingface Model Search",
320
  examples=examples,
321
+ concurrency_limit=20,
322
+ ).launch(show_api=False)
323
 
324