selamw commited on
Commit
56eb069
·
verified ·
1 Parent(s): 5bd6d23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,