JBDef commited on
Commit
f6a549c
1 Parent(s): c5c548b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
  if clicked:
16
  img = Image.open(file)
17
  image = st.image(img)
18
- results = question(image , str(text_input))
19
  st.json(results)
20
 
21
  if __name__ == "__main__":
 
15
  if clicked:
16
  img = Image.open(file)
17
  image = st.image(img)
18
+ results = question(dict(image) , str(text_input))
19
  st.json(results)
20
 
21
  if __name__ == "__main__":