Update pages/4_Image Augmentation.py
Browse files
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 |
-
|
| 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:
|