Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ with gr.Blocks(css=css) as demo:
|
|
91 |
gr.Examples(
|
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,
|
|
|
91 |
gr.Examples(
|
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,
|