Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 9 |
-
FRAME2 = DEMO_DIR / "frame2.
|
| 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 ---
|