Spaces:
Build error
Build error
HashScripts
commited on
Commit
•
dab42ce
1
Parent(s):
f74d8ff
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(max_size=20).launch(server_port=31415, height=1000, share=
|
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=True, server_name="0.0.0.0", max_threads=5)
|
34 |
|
35 |
|
36 |
if __name__ == "__main__":
|