Priyanka-Kumavat commited on
Commit
6e143f5
1 Parent(s): b09eafd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,8 +102,8 @@ def detect_objects(image_path):
102
 
103
  # show the image
104
  st.write("Obects detected in the image are: ")
105
- # st.image(image, use_column_width=True)
106
- st.image.show()
107
 
108
 
109
  file = st.file_uploader('Upload an Image', type=(["jpeg", "jpg", "png"]))
 
102
 
103
  # show the image
104
  st.write("Obects detected in the image are: ")
105
+ st.image(image, use_column_width=True)
106
+ # st.image.show()
107
 
108
 
109
  file = st.file_uploader('Upload an Image', type=(["jpeg", "jpg", "png"]))