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