pragnakalp commited on
Commit
fe1641f
·
1 Parent(s): c76ca51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def merge_frames():
116
 
117
  path = '/content/video_results/restored_imgs'
118
 
119
- if not os.path.exist(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)