mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
delete server setting
This commit is contained in:
parent
665f26e088
commit
9574e3959c
@ -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)}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user