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