ariG23498 HF Staff commited on
Commit
aef348d
·
verified ·
1 Parent(s): e572007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ iface = gr.Interface(
55
  outputs=gr.Textbox(label="Answer"),
56
  title="Visual (Audio) Question Answering",
57
  description="Upload an image as context and ask a quesiton about the image. The model will generate a text response.",
58
- examples=["cat.jpg", "cats.wav"]
59
  )
60
 
61
  if __name__ == "__main__":
 
55
  outputs=gr.Textbox(label="Answer"),
56
  title="Visual (Audio) Question Answering",
57
  description="Upload an image as context and ask a quesiton about the image. The model will generate a text response.",
58
+ examples=[["cat.jpg", "cats.wav"]]
59
  )
60
 
61
  if __name__ == "__main__":