Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,6 +73,7 @@ def clear_all_images():
|
|
| 73 |
# Remove all image files
|
| 74 |
for file in img_files:
|
| 75 |
os.remove(file)
|
|
|
|
| 76 |
|
| 77 |
|
| 78 |
# add file save and download and clear:
|
|
|
|
| 73 |
# Remove all image files
|
| 74 |
for file in img_files:
|
| 75 |
os.remove(file)
|
| 76 |
+
print('removed:' + file)
|
| 77 |
|
| 78 |
|
| 79 |
# add file save and download and clear:
|