Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
timm==0.6.7
|
2 |
torch==2.0.1
|
3 |
-
|
|
|
|
|
4 |
peft
|
5 |
-
diffusers
|
6 |
scipy
|
7 |
numpy
|
8 |
imageio[ffmpeg]
|
9 |
opencv-python
|
10 |
Pillow
|
11 |
-
open3d
|
12 |
-
gradio
|
|
|
1 |
timm==0.6.7
|
2 |
torch==2.0.1
|
3 |
+
plyfile==0.8.1
|
4 |
+
diffusers==0.23.1
|
5 |
+
torchvision
|
6 |
peft
|
|
|
7 |
scipy
|
8 |
numpy
|
9 |
imageio[ffmpeg]
|
10 |
opencv-python
|
11 |
Pillow
|
12 |
+
open3d
|
|