Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def generate_demo_gif(img1, img2):
|
|
14 |
|
15 |
try:
|
16 |
result = subprocess.run([
|
17 |
-
"
|
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)
|