Spaces:
Runtime error
Runtime error
refinement
Browse files- app.py +1 -1
- 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 |
-
|
8 |
-
git+https://github.com/openai/CLIP.git
|
|
|
4 |
scipy
|
5 |
tqdm
|
6 |
opencv-python
|
7 |
+
git+https://github.com/openai/CLIP.git
|
|