ManishThota commited on
Commit
6a70eef
·
verified ·
1 Parent(s): 9a85bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ iface = gr.Interface(
32
  fn=gradio_predict,
33
  inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
34
  outputs=gr.TextArea(label="Answer"),
35
- submit = gr.Button("Submit",scale=1),
36
  title="Visual Question Answering",
37
  description="This model answers questions based on the content of an image. Powered by BLIP.",
38
  )
 
32
  fn=gradio_predict,
33
  inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
34
  outputs=gr.TextArea(label="Answer"),
 
35
  title="Visual Question Answering",
36
  description="This model answers questions based on the content of an image. Powered by BLIP.",
37
  )