shubham680 commited on
Commit
74ee273
·
verified ·
1 Parent(s): b75e1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ if uploaded_file is not None:
203
 
204
 
205
  if transformation:
206
- clear_output_folder()
207
  per_trans = max(1, round(image_count / len(transformation)))
208
 
209
  if "Translation" in transformation:
 
203
 
204
 
205
  if transformation:
206
+ clear_folder()
207
  per_trans = max(1, round(image_count / len(transformation)))
208
 
209
  if "Translation" in transformation: