Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
git+https://github.com/openai/CLIP.git
|
| 2 |
numpy==1.23.3
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
h5py
|
| 5 |
smplx
|
|
|
|
| 1 |
git+https://github.com/openai/CLIP.git
|
| 2 |
numpy==1.23.3
|
| 3 |
+
matplotlib==3.4.3
|
| 4 |
+
matplotlib-inline==0.1.2
|
| 5 |
transformers
|
| 6 |
h5py
|
| 7 |
smplx
|