HashScripts commited on
Commit
7d8a4a2
1 Parent(s): 0150638

Update gui/gui_gradio.py

Browse files
Files changed (1) hide show
  1. gui/gui_gradio.py +1 -1
gui/gui_gradio.py CHANGED
@@ -30,7 +30,7 @@ class ShortGptUI(AbstractBaseUI):
30
  def launch(self):
31
  '''Launch the server'''
32
  shortGptUI = self.create_interface()
33
- shortGptUI.queue(concurrency_limit=5, max_size=20).launch(server_port=31415, height=1000, share=self.colab, server_name="0.0.0.0")
34
 
35
 
36
  if __name__ == "__main__":
 
30
  def launch(self):
31
  '''Launch the server'''
32
  shortGptUI = self.create_interface()
33
+ shortGptUI.queue(max_size=20).launch(server_port=31415, height=1000, share=self.colab, server_name="0.0.0.0", max_threads=5)
34
 
35
 
36
  if __name__ == "__main__":