AItool commited on
Commit
d96f2da
·
verified ·
1 Parent(s): 01ebf4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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(--img, FRAME1, FRAME2, "/train_log", --exp4 )
 
 
 
 
 
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([