pre-commit fix (#140)
Browse files- owl/app.py +1 -1
owl/app.py
CHANGED
@@ -461,7 +461,7 @@ def create_ui():
|
|
461 |
"""
|
462 |
)
|
463 |
|
464 |
-
with gr.Tabs()
|
465 |
with gr.TabItem("运行模式"):
|
466 |
with gr.Row():
|
467 |
with gr.Column(scale=1):
|
|
|
461 |
"""
|
462 |
)
|
463 |
|
464 |
+
with gr.Tabs():
|
465 |
with gr.TabItem("运行模式"):
|
466 |
with gr.Row():
|
467 |
with gr.Column(scale=1):
|