rjiang12 commited on
Commit
2ce2973
·
1 Parent(s): 92901e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def generate_answers(image, question):
80
 
81
  answer_vilt = generate_answer_vilt(vilt_processor, vilt_model, image, question)
82
 
83
- return answer_git_base, answer_git_large, answer_blip_base, answer_blip_large, answer_vilt
84
 
85
 
86
  examples = [["cats.jpg", "How many cats are there?"], ["stop_sign.png", "What's behind the stop sign?"], ["astronaut.jpg", "What's the astronaut riding on?"]]
 
80
 
81
  answer_vilt = generate_answer_vilt(vilt_processor, vilt_model, image, question)
82
 
83
+ return answer_git_base, answer_blip_base, answer_vilt
84
 
85
 
86
  examples = [["cats.jpg", "How many cats are there?"], ["stop_sign.png", "What's behind the stop sign?"], ["astronaut.jpg", "What's the astronaut riding on?"]]