selamw commited on
Commit
71cd062
·
verified ·
1 Parent(s): fe57642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -100,7 +100,9 @@ with gr.Blocks(css=css) as demo:
100
  [["01.jpg", "Describe this bird species"],
101
  ["02.jpg", "Describe this bird species"],
102
  ["03.jpg", "Describe this bird species"],
103
- ["04.jpeg", "Describe this bird species"]],
 
 
104
  inputs=[input_img, question],
105
  outputs=[output],
106
  fn=infer_fin_pali,
 
100
  [["01.jpg", "Describe this bird species"],
101
  ["02.jpg", "Describe this bird species"],
102
  ["03.jpg", "Describe this bird species"],
103
+ ["04.jpg", "Describe this bird species"],
104
+ ["05.jpg", "Describe this bird species"],
105
+ ["06.jpg", "Describe this bird species"]],
106
  inputs=[input_img, question],
107
  outputs=[output],
108
  fn=infer_fin_pali,