EvanTHU commited on
Commit
1b501ac
·
verified ·
1 Parent(s): 1fd6914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",