tlodato commited on
Commit
e0f10e4
·
1 Parent(s): 8851b61
Files changed (1) hide show
  1. app.py +1 -1
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="str")
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")