AItool commited on
Commit
ec6afec
·
verified ·
1 Parent(s): 3387a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> Tuple[str, str]:
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([
 
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([