johann22 commited on
Commit
1c56849
·
1 Parent(s): 481689b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -413,5 +413,5 @@ gr.ChatInterface(
413
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
414
  title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
415
  examples=examples,
416
- concurrency_limit=20,
417
- ).launch(show_api=False)
 
413
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
414
  title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
415
  examples=examples,
416
+ #concurrency_limit=20,
417
+ ).launch(mac_threads=20,show_api=False)