Roi Feng commited on
Commit
8f7b8b6
1 Parent(s): 1429637

Revert "debug 2.2 modelscope failed"

Browse files

This reverts commit 96f18d1529d0c4fe18aaed76c8f218bfcd9f4468.

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, show_error=True)
 
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)