renatotn7 commited on
Commit
326b92b
·
1 Parent(s): 995d48a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ for img_path in img_list:
73
 
74
  # save restored img
75
  if restored_img is not None:
 
76
  if args.ext == 'auto':
77
  extension = ext[1:]
78
  else:
 
73
 
74
  # save restored img
75
  if restored_img is not None:
76
+ print('encontrou**************')
77
  if args.ext == 'auto':
78
  extension = ext[1:]
79
  else: