diff --git a/owl/webapp_zh.py b/owl/webapp_zh.py index e55d9cb83..31c586d83 100644 --- a/owl/webapp_zh.py +++ b/owl/webapp_zh.py @@ -1264,7 +1264,7 @@ def main(): app = create_ui() app.queue() - app.launch(share=False) + app.launch(server_name="0.0.0.0", server_port=7860, share=False) except Exception as e: logging.error(f"启动应用程序时发生错误: {str(e)}") print(f"启动应用程序时发生错误: {str(e)}")