Update app.py
Browse files
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:
|