diff --git a/app.py b/app.py index 1de1b73..92e369f 100644 --- a/app.py +++ b/app.py @@ -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(""" -
图片问答
- """) with gr.Row(): with gr.Column(): image = gr.Image(label="图片")