Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python==3.9
|
2 |
+
timm==0.6.7
|
3 |
+
torch==2.0.1
|
4 |
+
torchvision
|
5 |
+
peft
|
6 |
+
diffusers
|
7 |
+
scipy
|
8 |
+
numpy
|
9 |
+
imageio[ffmpeg]
|
10 |
+
opencv-python
|
11 |
+
Pillow
|
12 |
+
open3d
|
13 |
+
gradio
|