awacke1 commited on
Commit
6fb452a
1 Parent(s): e470ab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: