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():