AItool commited on
Commit
18a5492
·
verified ·
1 Parent(s): 7aae023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> Tuple[str, str]:
55
  subprocess.run([
56
  "ffmpeg", "-y", "-r", "14", "-f",
57
  "-i", f"{TARGET_DIR}img%d.png",
58
- str(palettegen=stats_mode=single),
59
- str(palette.png)
60
  ], check=True)
61
 
62
  return interpolated_image, interpolated_path
 
55
  subprocess.run([
56
  "ffmpeg", "-y", "-r", "14", "-f",
57
  "-i", f"{TARGET_DIR}img%d.png",
58
+ "palettegen=stats_mode=single",
59
+ palette_path
60
  ], check=True)
61
 
62
  return interpolated_image, interpolated_path