Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -5,4 +5,8 @@ spaces==0.28.3
|
|
5 |
torch==2.0.1
|
6 |
torchvision==0.15.2
|
7 |
transformers==4.41.2
|
8 |
-
trimesh==4.4.0
|
|
|
|
|
|
|
|
|
|
5 |
torch==2.0.1
|
6 |
torchvision==0.15.2
|
7 |
transformers==4.41.2
|
8 |
+
trimesh==4.4.0
|
9 |
+
pip install numpy<2
|
10 |
+
pip install pybind11>=2.12
|
11 |
+
pip install --upgrade diffusers
|
12 |
+
pip install --upgrade torch
|