Spaces:
Running
on
Zero
Running
on
Zero
CharlieAmalet
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
numpy==1.26.2
|
2 |
opencv-python==4.8.1.78
|
3 |
-
scipy==1.11.4
|
4 |
timm==0.6.12
|
5 |
trimesh==4.0.8
|
6 |
torch==2.0.1
|
|
|
|
|
7 |
diffusers==0.27.2
|
8 |
scipy==1.11.4
|
9 |
transformers>=4.32.1
|
|
|
1 |
numpy==1.26.2
|
2 |
opencv-python==4.8.1.78
|
|
|
3 |
timm==0.6.12
|
4 |
trimesh==4.0.8
|
5 |
torch==2.0.1
|
6 |
+
spaces>=0.25.0
|
7 |
+
accelerate>=0.22.0
|
8 |
diffusers==0.27.2
|
9 |
scipy==1.11.4
|
10 |
transformers>=4.32.1
|