Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
|
|
92 |
[["01.jpg", "Describe this bird"],
|
93 |
["02.jpg", "Describe this bird"],
|
94 |
["03.jpg", "Describe this bird"],
|
95 |
-
["04.jpeg", "Describe this bird"],
|
96 |
inputs=[input_img, question],
|
97 |
outputs=[output],
|
98 |
fn=infer_fin_pali,
|
|
|
92 |
[["01.jpg", "Describe this bird"],
|
93 |
["02.jpg", "Describe this bird"],
|
94 |
["03.jpg", "Describe this bird"],
|
95 |
+
["04.jpeg", "Describe this bird"]],
|
96 |
inputs=[input_img, question],
|
97 |
outputs=[output],
|
98 |
fn=infer_fin_pali,
|