delete server setting
Browse files- 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
|
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)}")
|