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

delete server setting

Browse files
Files changed (1) hide show
  1. owl/webapp.py +1 -1
owl/webapp.py CHANGED
@@ -1287,7 +1287,7 @@ def main():
1287
  app = create_ui()
1288
 
1289
  app.queue()
1290
- app.launch(share=False, server_name="127.0.0.1", server_port=7860)
1291
  except Exception as e:
1292
  logging.error(f"Error occurred while starting the application: {str(e)}")
1293
  print(f"Error occurred while starting the application: {str(e)}")
 
1287
  app = create_ui()
1288
 
1289
  app.queue()
1290
+ app.launch(share=False)
1291
  except Exception as e:
1292
  logging.error(f"Error occurred while starting the application: {str(e)}")
1293
  print(f"Error occurred while starting the application: {str(e)}")