Vasudevakrishna commited on
Commit
4202b9f
1 Parent(s): c913cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,9 +83,9 @@ def generate_answers(img=None, aud = None, q = None, max_tokens = 30):
83
 
84
  # List of examples (image, audio, question, max_tokens)
85
  examples = [
86
- ["./examples/Image_1.jpg","./examples/General.wav", "Explain image?", 20],
87
  ["./examples/Image_2.jpg","./examples/Image_2.wav", "How many animals are there in image?", 10],
88
- ["./examples/Image_3.jpg","./examples/General.wav", "What is in the image?", 20],
 
89
  ["./examples/Image_4.jpg","./examples/General.wav", "What represents this Image?", 20],
90
  ]
91
 
 
83
 
84
  # List of examples (image, audio, question, max_tokens)
85
  examples = [
 
86
  ["./examples/Image_2.jpg","./examples/Image_2.wav", "How many animals are there in image?", 10],
87
+ ["./examples/Image_1.jpg","./examples/General.wav", "Whhat is there in Image?", 20],
88
+ ["./examples/Image_3.jpg","./examples/General.wav", "Which animal is this?", 20],
89
  ["./examples/Image_4.jpg","./examples/General.wav", "What represents this Image?", 20],
90
  ]
91