Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -31,4 +31,7 @@ ftfy
|
|
| 31 |
regex
|
| 32 |
tqdm
|
| 33 |
git+https://github.com/openai/CLIP.git#egg=clip
|
| 34 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
regex
|
| 32 |
tqdm
|
| 33 |
git+https://github.com/openai/CLIP.git#egg=clip
|
| 34 |
+
huggingface_hub
|
| 35 |
+
trimesh==4.2.0
|
| 36 |
+
opencv-python==4.9.0.80
|
| 37 |
+
pyrender==0.1.45
|