Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
gradio==4.44.1
|
2 |
gradio_litmodel3d
|
3 |
gradio_image_prompter
|
@@ -6,9 +9,8 @@ transformers
|
|
6 |
einops
|
7 |
torch-cluster
|
8 |
huggingface_hub
|
9 |
-
|
10 |
trimesh
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
peft
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
gradio==4.44.1
|
5 |
gradio_litmodel3d
|
6 |
gradio_image_prompter
|
|
|
9 |
einops
|
10 |
torch-cluster
|
11 |
huggingface_hub
|
12 |
+
numpy
|
13 |
trimesh
|
14 |
+
Pillow
|
15 |
+
skimage
|
16 |
+
spaces
|
|