From 7c8b8f47e012382475230b948212ea74aac8ddc8 Mon Sep 17 00:00:00 2001 From: William Jin Date: Fri, 4 Oct 2024 19:37:01 +0800 Subject: [PATCH] reformat file --- chyoso_toolkit_ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chyoso_toolkit_ui.py b/chyoso_toolkit_ui.py index 76e40c1..0da29bf 100644 --- a/chyoso_toolkit_ui.py +++ b/chyoso_toolkit_ui.py @@ -191,6 +191,7 @@ def run_ocr(image): content = f.read() return content + with gr.Blocks() as iface: gr.Markdown("# 大模型工具集") with gr.Tabs():