Spaces:
Runtime error
Runtime error
tlodato
commited on
Commit
·
e0f10e4
1
Parent(s):
8851b61
update
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ css = """
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
with gr.Blocks(css=css) as demo:
|
| 26 |
-
image_input = gr.Image(label="Upload your Image", type="
|
| 27 |
text_input = gr.Textbox(label="Ask a Question")
|
| 28 |
vqa_output = gr.Textbox(label="Output")
|
| 29 |
vqa_btn = gr.Button("Answer Visual Question")
|
|
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
with gr.Blocks(css=css) as demo:
|
| 26 |
+
image_input = gr.Image(label="Upload your Image", type="filepath")
|
| 27 |
text_input = gr.Textbox(label="Ask a Question")
|
| 28 |
vqa_output = gr.Textbox(label="Output")
|
| 29 |
vqa_btn = gr.Button("Answer Visual Question")
|