Walid-Ahmed commited on
Commit
1de7de8
·
verified ·
1 Parent(s): 0ccc90d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  outputs=gr.Textbox(label="Answer"),
24
  title="Visual Question Answering with BLIP",
25
  description="Upload an image and ask a question about its content.",
26
- examples=[["image1.jpeg", "Is there a man or a woman in the image?"]],
27
  )
28
 
29
  iface.launch()
 
23
  outputs=gr.Textbox(label="Answer"),
24
  title="Visual Question Answering with BLIP",
25
  description="Upload an image and ask a question about its content.",
26
+ examples=[["beach.jpeg", "Is there a man or a woman in the image?"]],
27
  )
28
 
29
  iface.launch()