SpicyqSama007 commited on
Commit
0f053aa
1 Parent(s): cc59a4b

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +2 -2
webui.py CHANGED
@@ -534,5 +534,5 @@ if __name__ == "__main__":
534
  outputs=[emotion],
535
  )
536
  print("推理页面已开启!")
537
- # webbrowser.open(f"http://127.0.0.1:{6667}")
538
- app.launch(share=config.webui_config.share, server_port=6667)
 
534
  outputs=[emotion],
535
  )
536
  print("推理页面已开启!")
537
+ # webbrowser.open(f"http://127.0.0.1:{6677}")
538
+ app.launch(share=config.webui_config.share, server_port=6677)