Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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):
|