m7mdal7aj commited on
Commit
f7df8ad
1 Parent(s): 53fe45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def load_caption_model():
16
  st.write("Placeholder for load_caption_model function")
17
  return None, None
18
 
19
- def answer_question(image, question, model, processor):
20
  return "Placeholder answer for the question"
21
 
22
  def get_caption(image):
 
16
  st.write("Placeholder for load_caption_model function")
17
  return None, None
18
 
19
+ def answer_question(image, question):
20
  return "Placeholder answer for the question"
21
 
22
  def get_caption(image):