zjrwtx commited on
Commit
0f5a716
·
1 Parent(s): e3c3771

delete server setting

Browse files
Files changed (1) hide show
  1. owl/webapp_zh.py +1 -1
owl/webapp_zh.py CHANGED
@@ -1257,7 +1257,7 @@ def main():
1257
  app = create_ui()
1258
 
1259
  app.queue()
1260
- app.launch(share=False, server_name="127.0.0.1", server_port=7860)
1261
  except Exception as e:
1262
  logging.error(f"启动应用程序时发生错误: {str(e)}")
1263
  print(f"启动应用程序时发生错误: {str(e)}")
 
1257
  app = create_ui()
1258
 
1259
  app.queue()
1260
+ app.launch(share=False)
1261
  except Exception as e:
1262
  logging.error(f"启动应用程序时发生错误: {str(e)}")
1263
  print(f"启动应用程序时发生错误: {str(e)}")