AItool commited on
Commit
f7d8bb4
·
verified ·
1 Parent(s): b9a22ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def interpolate(img_a_path, img_b_path):
19
  try:
20
  # Step 1: Run the inference script
21
  subprocess.run([
22
- "python3", "img_inference.py",
23
  "--img", str(img_a_path), str(img_b_path)
24
  ], check=True)
25
 
 
19
  try:
20
  # Step 1: Run the inference script
21
  subprocess.run([
22
+ "python3", "inference_img.py",
23
  "--img", str(img_a_path), str(img_b_path)
24
  ], check=True)
25