delete title
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-04-26 14:08:47 +08:00
parent 2b45afa2bf
commit 52ff034fee
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -50,9 +50,6 @@ def vqa(image, question):
return processor.token2json(seq)
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 = gr.Image(label="图片")