Update app.py
Browse files
app.py
CHANGED
@@ -33,10 +33,10 @@ def generate(input_video):
|
|
33 |
subprocess.run(
|
34 |
[
|
35 |
"python", "infer_3d.py", "big",
|
36 |
-
f"
|
37 |
-
f"
|
38 |
-
f"
|
39 |
-
f"
|
40 |
],
|
41 |
check=True
|
42 |
)
|
|
|
33 |
subprocess.run(
|
34 |
[
|
35 |
"python", "infer_3d.py", "big",
|
36 |
+
"--workspace", f"{workdir}",
|
37 |
+
"--resume", f"{pretrained_model}",
|
38 |
+
"--num_frames", f"{num_frames}",
|
39 |
+
"--test_path", f"{test_path}",
|
40 |
],
|
41 |
check=True
|
42 |
)
|