Spaces:
Running
on
Zero
Running
on
Zero
mikonvergence
commited on
Commit
·
4280f56
1
Parent(s):
7ca0e18
torchvision import
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
diffusers==0.31
|
2 |
gradio
|
3 |
torch
|
|
|
4 |
numpy
|
5 |
trimesh
|
6 |
scipy
|
@@ -8,4 +9,5 @@ scikit-learn
|
|
8 |
huggingface_hub
|
9 |
transformers==4.51.1
|
10 |
accelerate==1.5.2
|
11 |
-
ml_collections
|
|
|
|
1 |
diffusers==0.31
|
2 |
gradio
|
3 |
torch
|
4 |
+
torchvision
|
5 |
numpy
|
6 |
trimesh
|
7 |
scipy
|
|
|
9 |
huggingface_hub
|
10 |
transformers==4.51.1
|
11 |
accelerate==1.5.2
|
12 |
+
ml_collections
|
13 |
+
einops
|