Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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?"]]
|