Update app.py
Browse files
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:
|