ryantong3 commited on
Commit
cc8f1ec
·
verified ·
1 Parent(s): 5cab462

Update app.py

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