ar08 commited on
Commit
1583a1d
1 Parent(s): 2269524

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_count=5, max_size=20).launch(server_port=31415, height=1000) # Retirez share=self.colab
34
 
35
 
36
  if __name__ == "__main__":
 
30
  def launch(self):
31
  '''Launch the server'''
32
  shortGptUI = self.create_interface()
33
+ shortGptUI.queue(concurrency_count=5, max_size=20).launch(server_port=7860, height=1000) # Retirez share=self.colab
34
 
35
 
36
  if __name__ == "__main__":