sree4411 commited on
Commit
ff134aa
·
verified ·
1 Parent(s): 377a7ed

Update pages/4_Image Augmentation.py

Browse files
Files changed (1) hide show
  1. pages/4_Image Augmentation.py +1 -1
pages/4_Image Augmentation.py CHANGED
@@ -54,7 +54,7 @@ if uploaded_file is not None:
54
  translate = st.checkbox("Translate")
55
  shear = st.checkbox("Shear")
56
  color_jitter = st.checkbox("Color Jittering")
57
- convert_gray = st.checkbox("Convert to Grayscale")
58
 
59
 
60
  if flip_horizontally:
 
54
  translate = st.checkbox("Translate")
55
  shear = st.checkbox("Shear")
56
  color_jitter = st.checkbox("Color Jittering")
57
+
58
 
59
 
60
  if flip_horizontally: