Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,12 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> Tuple[str, str]:
|
|
34 |
|
35 |
try:
|
36 |
|
37 |
-
run_imginference(
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
# 1) Run interpolation (frames -> TARGET_DIR/img1.png ... imgN.png)
|
40 |
# # subprocess.run([
|
|
|
34 |
|
35 |
try:
|
36 |
|
37 |
+
run_imginference(
|
38 |
+
img=[--img,
|
39 |
+
str(img_a_path), str(img_b_path)],
|
40 |
+
exp=4,
|
41 |
+
modeldir=str(MODEL)
|
42 |
+
)
|
43 |
|
44 |
# 1) Run interpolation (frames -> TARGET_DIR/img1.png ... imgN.png)
|
45 |
# # subprocess.run([
|