Spaces:
Runtime error
Runtime error
Nikhil0987
commited on
Commit
•
d1edd82
1
Parent(s):
4b30385
Update requirements.txt
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
einops==0.7.0
|
2 |
+
jaxtyping==0.2.31
|
3 |
+
omegaconf==2.3.0
|
4 |
+
transformers==4.42.3
|
5 |
+
open_clip_torch==2.24.0
|
6 |
+
trimesh==4.4.1
|
7 |
+
numpy==1.26.4
|
8 |
+
huggingface-hub==0.23.4
|
9 |
+
rembg[gpu]==2.0.57; sys_platform != 'darwin'
|
10 |
+
rembg==2.0.57; sys_platform == 'darwin'
|
11 |
+
gpytoolbox==0.2.0
|