freealise commited on
Commit
0ff378f
·
verified ·
1 Parent(s): 598df16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def make_video(video_path, outdir='./vis_video_depth', encoder='vits', blur_data
242
  count += 1
243
 
244
  global frame_selected
245
- if ctr === True:
246
  color_transfer(frame_selected)
247
 
248
  j=0
 
242
  count += 1
243
 
244
  global frame_selected
245
+ if ctr == True:
246
  color_transfer(frame_selected)
247
 
248
  j=0