delete server setting

This commit is contained in:
yifeng.wang 2025-03-17 17:22:15 +08:00
parent 9574e3959c
commit 46819d9451

View File

@ -1257,7 +1257,7 @@ def main():
app = create_ui()
app.queue()
app.launch(share=False, server_name="127.0.0.1", server_port=7860)
app.launch(share=False)
except Exception as e:
logging.error(f"启动应用程序时发生错误: {str(e)}")
print(f"启动应用程序时发生错误: {str(e)}")