Roi Feng commited on
Commit
96f18d1
·
1 Parent(s): cc929fb

debug 2.2 modelscope failed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -539,4 +539,4 @@ if __name__ == "__main__":
539
 
540
  print("推理页面已开启!")
541
  webbrowser.open(f"http://127.0.0.1:{config.webui_config.port}")
542
- app.launch(share=config.webui_config.share, server_port=config.webui_config.port)
 
539
 
540
  print("推理页面已开启!")
541
  webbrowser.open(f"http://127.0.0.1:{config.webui_config.port}")
542
+ app.launch(share=config.webui_config.share, server_port=config.webui_config.port, show_error=True)