sitammeur commited on
Commit
1f6f68a
·
verified ·
1 Parent(s): 742fbf4

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
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
  """