AItool commited on
Commit
4cf7af9
·
verified ·
1 Parent(s): e86d900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate_demo_gif(img1, img2):
14
 
15
  try:
16
  result = subprocess.run([
17
- "python", "inference_img.py",
18
  "--img", str(frame1_path), str(frame2_path),
19
  "--exp=4"
20
  ], capture_output=True, text=True)
 
14
 
15
  try:
16
  result = subprocess.run([
17
+ "3python", "inference_img.py",
18
  "--img", str(frame1_path), str(frame2_path),
19
  "--exp=4"
20
  ], capture_output=True, text=True)