OmidSakaki commited on
Commit
120e190
·
verified ·
1 Parent(s): 8101476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if selected_type == "Upload Image":
129
  st.image(image, use_column_width=True)
130
 
131
  #img = io.BytesIO(image)
132
- img = cv2.imdecode(image, cv.IMREAD_COLOR)
133
 
134
 
135
  with st.spinner(f"Working... 💫"):
 
129
  st.image(image, use_column_width=True)
130
 
131
  #img = io.BytesIO(image)
132
+ img = cv2.imdecode(image, cv2.IMREAD_COLOR)
133
 
134
 
135
  with st.spinner(f"Working... 💫"):