lukecq commited on
Commit
b259230
·
verified ·
1 Parent(s): 2360578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -168,14 +168,14 @@ with gr.Blocks() as demo:
168
 
169
  clear_button = gr.ClearButton([chatbot, chat_input])
170
 
171
- PORT = 7950
172
- demo.launch(server_port=PORT, show_api = True, allowed_paths = [],
173
- root_path = f"https://dsw-gateway.alibaba-inc.com/dsw81322/proxy/{PORT}/")
174
-
175
- # demo.launch(
176
- # share=False,
177
- # inbrowser=True,
178
- # server_port=7950,
179
- # server_name="0.0.0.0",
180
- # max_threads=40
181
- # )
 
168
 
169
  clear_button = gr.ClearButton([chatbot, chat_input])
170
 
171
+ # PORT = 7950
172
+ # demo.launch(server_port=PORT, show_api = True, allowed_paths = [],
173
+ # root_path = f"https://dsw-gateway.alibaba-inc.com/dsw81322/proxy/{PORT}/")
174
+
175
+ demo.launch(
176
+ share=False,
177
+ inbrowser=True,
178
+ server_port=7950,
179
+ server_name="0.0.0.0",
180
+ max_threads=40
181
+ )