Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,8 @@ iface = gr.Interface(
|
|
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 |
|
60 |
if __name__ == "__main__":
|
|
|
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 |
+
examples=["cat.jpg", "cats.wav"]
|
59 |
)
|
60 |
|
61 |
if __name__ == "__main__":
|