pragnakalp commited on
Commit
7787d6b
1 Parent(s): fe1641f

Update app.py

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