delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
2b45afa2bf
commit
52ff034fee
3
app.py
3
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("""
|
||||
<div align='center' ><font size='60'>图片问答</font></div>
|
||||
""")
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
image = gr.Image(label="图片")
|
||||
|
|
Loading…
Reference in New Issue