Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
|
|
| 155 |
|
| 156 |
gr.Examples(
|
| 157 |
examples=[
|
| 158 |
-
["dog_man_forest.jpg", "audio.
|
| 159 |
],
|
| 160 |
inputs=[image_input, audio_input, text_input, response_count],
|
| 161 |
outputs=[response],
|
|
|
|
| 155 |
|
| 156 |
gr.Examples(
|
| 157 |
examples=[
|
| 158 |
+
["dog_man_forest.jpg", "audio.wav", "Is there a dog present in the image?"],
|
| 159 |
],
|
| 160 |
inputs=[image_input, audio_input, text_input, response_count],
|
| 161 |
outputs=[response],
|