IliaLarchenko commited on
Commit
6fdad34
1 Parent(s): 9826c29

refactoring

Browse files
Files changed (2) hide show
  1. configs/augmentations.json +1 -1
  2. src/app.py +0 -1
configs/augmentations.json CHANGED
@@ -505,4 +505,4 @@
505
  ]
506
  }
507
  ]
508
- }
 
505
  ]
506
  }
507
  ]
508
+ }
src/app.py CHANGED
@@ -32,7 +32,6 @@ transform_name = st.sidebar.selectbox(
32
  "Select a transformation:", sorted(list(augmentations.keys()))
33
  )
34
 
35
-
36
  # select the params values
37
  param_values = show_transform_control(augmentations[transform_name])
38
 
 
32
  "Select a transformation:", sorted(list(augmentations.keys()))
33
  )
34
 
 
35
  # select the params values
36
  param_values = show_transform_control(augmentations[transform_name])
37