mingyuan commited on
Commit
99cd573
1 Parent(s): 3b9ec30

refinement

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -2
app.py CHANGED
@@ -64,4 +64,4 @@ demo = gr.Interface(
64
  title="MotionDiffuse: Text-Driven Human Motion Generation with Diffusion Model",
65
  description="This is an interactive demo for MotionDiffuse. For more information, feel free to visit our project page(https://mingyuan-zhang.github.io/projects/MotionDiffuse.html).")
66
 
67
- demo.launch()
64
  title="MotionDiffuse: Text-Driven Human Motion Generation with Diffusion Model",
65
  description="This is an interactive demo for MotionDiffuse. For more information, feel free to visit our project page(https://mingyuan-zhang.github.io/projects/MotionDiffuse.html).")
66
 
67
+ demo.launch(enable_queue=True)
requirements.txt CHANGED
@@ -4,5 +4,4 @@ torch==1.7.1
4
  scipy
5
  tqdm
6
  opencv-python
7
- spacy
8
- git+https://github.com/openai/CLIP.git
4
  scipy
5
  tqdm
6
  opencv-python
7
+ git+https://github.com/openai/CLIP.git