Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ def run_inference(audio_file):
|
|
15 |
"--body_model_name", "s2g_LS3DCG",
|
16 |
"--body_model_path", "experiments/2022-10-19-smplx_S2G-LS3DCG/ckpt-99.pth",
|
17 |
"--id", "0",
|
18 |
-
"--output_video", output_video # Ensure demo.py saves to this filename
|
19 |
]
|
20 |
|
21 |
# Run the command and capture the output
|
|
|
15 |
"--body_model_name", "s2g_LS3DCG",
|
16 |
"--body_model_path", "experiments/2022-10-19-smplx_S2G-LS3DCG/ckpt-99.pth",
|
17 |
"--id", "0",
|
|
|
18 |
]
|
19 |
|
20 |
# Run the command and capture the output
|