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 |
"--num_frames", f"1",
|
|
|
|
| 47 |
# Run the inference command
|
| 48 |
subprocess.run(
|
| 49 |
[
|
| 50 |
+
"python", "infer_3d.py", "big",
|
| 51 |
"--workspace", f"{workdir}",
|
| 52 |
"--resume", f"{recon_model}",
|
| 53 |
"--num_frames", f"1",
|