AItool commited on
Commit
1148df1
·
verified ·
1 Parent(s): 06a1818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ subprocess.run([
43
  "ffmpeg", "-y", "-r", "14", "-f", "image2",
44
  "-i", f"{TARGET_DIR}img%d.png",
45
  "-vf", "palettegen=stats_mode=single",
46
- PALETTE_PATH
47
  ], check=True)
48
 
49
  # Step 2: Generate GIF using palette
 
43
  "ffmpeg", "-y", "-r", "14", "-f", "image2",
44
  "-i", f"{TARGET_DIR}img%d.png",
45
  "-vf", "palettegen=stats_mode=single",
46
+ PALETTE_PNG
47
  ], check=True)
48
 
49
  # Step 2: Generate GIF using palette