Commit ·
fe1641f
1
Parent(s): c76ca51
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def merge_frames():
|
|
| 116 |
|
| 117 |
path = '/content/video_results/restored_imgs'
|
| 118 |
|
| 119 |
-
if not os.path.
|
| 120 |
os.mkdirs(path)
|
| 121 |
|
| 122 |
image_folder = os.fsencode(path)
|
|
|
|
| 116 |
|
| 117 |
path = '/content/video_results/restored_imgs'
|
| 118 |
|
| 119 |
+
if not os.path.exists(path):
|
| 120 |
os.mkdirs(path)
|
| 121 |
|
| 122 |
image_folder = os.fsencode(path)
|