delete title
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-04-26 14:11:07 +08:00
parent 8b248bb420
commit 0785144200
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -66,9 +66,6 @@ def process_image(image):
return image
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
gr.Markdown("""
<div align='center' ><font size='60'>文档版面分析</font></div>
""")
with gr.Row():
with gr.Column():
image_input =gr.inputs.Image(type="pil", label="图片")