Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ if uploaded_file is not None:
|
|
| 203 |
|
| 204 |
|
| 205 |
if transformation:
|
| 206 |
-
|
| 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:
|