DemahAlmutairi commited on
Commit
f9756cb
·
verified ·
1 Parent(s): cf685b1

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=[["flower.jpg", "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=[["flower.jpg", "Is there a butterfly in the image?"]],
27
  )
28
 
29
  iface.launch()