Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ from huggingface_hub import hf_hub_download
|
|
24 |
ckptdir = './checkpoints/t2m/release'
|
25 |
os.makedirs(ckptdir, exist_ok=True)
|
26 |
|
|
|
27 |
|
28 |
mean_path = hf_hub_download(
|
29 |
repo_id="EvanTHU/MotionCLR",
|
|
|
24 |
ckptdir = './checkpoints/t2m/release'
|
25 |
os.makedirs(ckptdir, exist_ok=True)
|
26 |
|
27 |
+
os.environ['COMMANDLINE_ARGS'] = '--no-gradio-queue'
|
28 |
|
29 |
mean_path = hf_hub_download(
|
30 |
repo_id="EvanTHU/MotionCLR",
|