diff --git a/app.py b/app.py index ec1d42f..8d73cb7 100644 --- a/app.py +++ b/app.py @@ -66,9 +66,6 @@ def process_image(image): return image with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo: - gr.Markdown(""" -
文档版面分析
- """) with gr.Row(): with gr.Column(): image_input =gr.inputs.Image(type="pil", label="图片")