Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -29,6 +29,7 @@ def answer_question(image, question):
|
|
29 |
Args:
|
30 |
- image (str): The path to the image file.
|
31 |
- question (str): The question text.
|
|
|
32 |
Returns:
|
33 |
str: The generated answer to the question.
|
34 |
"""
|
|
|
29 |
Args:
|
30 |
- image (str): The path to the image file.
|
31 |
- question (str): The question text.
|
32 |
+
|
33 |
Returns:
|
34 |
str: The generated answer to the question.
|
35 |
"""
|