ddovidovich commited on
Commit
1b0b1dd
·
1 Parent(s): a77b9d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with col4:
145
  if image_file is not None:
146
 
147
  #image=cv2.imread(image_file)
148
- image = Image.open(uploaded_file)
149
  st.subheader("Original Image")
150
  st.image(image,width=1100)
151
 
 
145
  if image_file is not None:
146
 
147
  #image=cv2.imread(image_file)
148
+ image = Image.open(image_file)
149
  st.subheader("Original Image")
150
  st.image(image,width=1100)
151