chenjianfei commited on
Commit
8afc0f4
·
1 Parent(s): ae6f9f2

修改端口设置

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -516,5 +516,5 @@ if __name__ == "__main__":
516
  inputs=section_state,
517
  outputs=chat_history_select)
518
 
519
- demo.launch(share=False, server_name='0.0.0.0', server_port=7862, inbrowser=True)
520
 
 
516
  inputs=section_state,
517
  outputs=chat_history_select)
518
 
519
+ demo.launch(share=True)
520