AItool commited on
Commit
41f9040
·
verified ·
1 Parent(s): f056e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -34,10 +34,10 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> Tuple[str, str]:
34
 
35
  try:
36
 
37
- inference_img(--img, img_a_path=[str(img_a_path)],img_b_path=[str(img_b_path)],
38
- exp=4,
39
- modeldir=[str(MODEL)])
40
-
41
  print("ok")
42
  # 1) Run interpolation (frames -> TARGET_DIR/img1.png ... imgN.png)
43
  # # subprocess.run([
 
34
 
35
  try:
36
 
37
+ cmd_inference_img(
38
+ img=[str(img_a_path), str(img_b_path)],
39
+ exp=4)
40
+
41
  print("ok")
42
  # 1) Run interpolation (frames -> TARGET_DIR/img1.png ... imgN.png)
43
  # # subprocess.run([