Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def generate(input_video):
|
|
47 |
# Run the inference command
|
48 |
subprocess.run(
|
49 |
[
|
50 |
-
"python", "
|
51 |
"--workspace", f"{workdir}",
|
52 |
"--resume", f"{recon_model}",
|
53 |
"--interpresume", f"{interp_model}",
|
|
|
47 |
# Run the inference command
|
48 |
subprocess.run(
|
49 |
[
|
50 |
+
"python", "infer_4d.py", "big",
|
51 |
"--workspace", f"{workdir}",
|
52 |
"--resume", f"{recon_model}",
|
53 |
"--interpresume", f"{interp_model}",
|