delete server setting

This commit is contained in:
yifeng.wang 2025-03-17 17:21:32 +08:00
parent 665f26e088
commit 9574e3959c

View File

@ -1287,7 +1287,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"Error occurred while starting the application: {str(e)}")
print(f"Error occurred while starting the application: {str(e)}")