delete server setting
Browse files- owl/webapp_zh.py +1 -1
owl/webapp_zh.py
CHANGED
@@ -1257,7 +1257,7 @@ def main():
|
|
1257 |
app = create_ui()
|
1258 |
|
1259 |
app.queue()
|
1260 |
-
app.launch(share=False
|
1261 |
except Exception as e:
|
1262 |
logging.error(f"启动应用程序时发生错误: {str(e)}")
|
1263 |
print(f"启动应用程序时发生错误: {str(e)}")
|
|
|
1257 |
app = create_ui()
|
1258 |
|
1259 |
app.queue()
|
1260 |
+
app.launch(share=False)
|
1261 |
except Exception as e:
|
1262 |
logging.error(f"启动应用程序时发生错误: {str(e)}")
|
1263 |
print(f"启动应用程序时发生错误: {str(e)}")
|