Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,6 @@ oracle = pipeline(model="dandelin/vilt-b32-finetuned-vqa")
|
|
| 14 |
def main():
|
| 15 |
st.title("Image Question Answering App")
|
| 16 |
st.write("Upload an image and ask a question to get answers!")
|
| 17 |
-
|
| 18 |
-
oracle = pipeline(model="dandelin/vilt-b32-finetuned-vqa")
|
| 19 |
|
| 20 |
# File uploader for image
|
| 21 |
uploaded_image = st.file_uploader("Upload Image", type=["jpg", "jpeg", "png"])
|
|
|
|
| 14 |
def main():
|
| 15 |
st.title("Image Question Answering App")
|
| 16 |
st.write("Upload an image and ask a question to get answers!")
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# File uploader for image
|
| 19 |
uploaded_image = st.file_uploader("Upload Image", type=["jpg", "jpeg", "png"])
|