AItool commited on
Commit
e61c952
·
verified ·
1 Parent(s): ac049e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import gradio as gr
5
 
6
  # --- Paths ---
7
  DEMO_DIR = Path("demo") # Folder with input frames
8
- FRAME1 = DEMO_DIR / "frame1.png" # First image
9
- FRAME2 = DEMO_DIR / "frame2.png" # Second image
10
  RETRO_GIF = DEMO_DIR / "demo.gif" # Final result
11
 
12
  # --- Interpolation function ---
 
5
 
6
  # --- Paths ---
7
  DEMO_DIR = Path("demo") # Folder with input frames
8
+ FRAME1 = DEMO_DIR / "frame1.jpg" # First image
9
+ FRAME2 = DEMO_DIR / "frame2.jpg" # Second image
10
  RETRO_GIF = DEMO_DIR / "demo.gif" # Final result
11
 
12
  # --- Interpolation function ---