ariG23498 HF Staff commited on
Commit
0a3b0f9
·
verified ·
1 Parent(s): 3a34d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  gr.Audio(label="Ask Question about the Image", type="filepath")
54
  ],
55
  outputs=gr.Textbox(label="Answer"),
56
- title="Image and 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
  )
59
 
 
53
  gr.Audio(label="Ask Question about the Image", type="filepath")
54
  ],
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
  )
59