Update gui/gui_gradio.py
Browse files- 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=
|
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__":
|