delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
8b248bb420
commit
0785144200
3
app.py
3
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("""
|
||||
<div align='center' ><font size='60'>文档版面分析</font></div>
|
||||
""")
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
image_input =gr.inputs.Image(type="pil", label="图片")
|
||||
|
|
Loading…
Reference in New Issue