Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,7 @@ def generate_demo_gif(img1, img2):
|
|
17 |
"python", "inference_img.py",
|
18 |
"--img", str(frame1_path), str(frame2_path),
|
19 |
"--exp=4",
|
20 |
-
"--model
|
21 |
-
|
22 |
], capture_output=True, text=True)
|
23 |
|
24 |
print("STDOUT:", result.stdout)
|
|
|
17 |
"python", "inference_img.py",
|
18 |
"--img", str(frame1_path), str(frame2_path),
|
19 |
"--exp=4",
|
20 |
+
"--model", "train_log/"
|
|
|
21 |
], capture_output=True, text=True)
|
22 |
|
23 |
print("STDOUT:", result.stdout)
|