From b0a1dd7de4f39af3a663dc8d8bfb8afee0039bd0 Mon Sep 17 00:00:00 2001 From: zjrwtx <3038880699@qq.com> Date: Mon, 10 Mar 2025 14:48:05 +0800 Subject: [PATCH] pre-commit fix --- owl/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/app.py b/owl/app.py index 92af864..34e6f55 100644 --- a/owl/app.py +++ b/owl/app.py @@ -461,7 +461,7 @@ def create_ui(): """ ) - with gr.Tabs() as tabs: + with gr.Tabs(): with gr.TabItem("运行模式"): with gr.Row(): with gr.Column(scale=1):