freealise commited on
Commit
3c97b15
·
verified ·
1 Parent(s): 23a2aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -480,7 +480,7 @@ def color_transfer(base):
480
  global frames
481
  targets = []
482
 
483
- for n in range(len(frames)):
484
  print("Converting picture "+str(n)+"...")
485
  targets.append(frames[base])
486
  if n != base:
 
480
  global frames
481
  targets = []
482
 
483
+ for n in range(len(frames)-1):
484
  print("Converting picture "+str(n)+"...")
485
  targets.append(frames[base])
486
  if n != base: