Sandeep09 commited on
Commit
ef20a25
1 Parent(s): b00811d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,5 +27,6 @@ img = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
27
  if img is not None:
28
 
29
  data = img.read()
 
30
  output = query(data)
31
  st.write("Predicted Output:", output)
 
27
  if img is not None:
28
 
29
  data = img.read()
30
+ st.image(data)
31
  output = query(data)
32
  st.write("Predicted Output:", output)