Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -6
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
# python version >= 3.9 <= 3.11
|
2 |
-
# torch
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|
5 |
torchaudio==2.0.2
|
6 |
xformers==0.0.22
|
7 |
-
#
|
8 |
lightning==2.1.3
|
9 |
imageio>=2.33.1
|
10 |
Pillow>=10.1.0
|
@@ -19,9 +16,6 @@ opencv-python==4.9.0.80
|
|
19 |
scipy
|
20 |
matplotlib
|
21 |
h5py
|
22 |
-
# open3d
|
23 |
-
|
24 |
-
# app.py
|
25 |
gradio==4.44.1
|
26 |
gradio-imageslider==0.0.20
|
27 |
spaces
|
|
|
|
|
|
|
1 |
torch==2.0.1
|
2 |
torchvision==0.15.2
|
3 |
torchaudio==2.0.2
|
4 |
xformers==0.0.22
|
|
|
5 |
lightning==2.1.3
|
6 |
imageio>=2.33.1
|
7 |
Pillow>=10.1.0
|
|
|
16 |
scipy
|
17 |
matplotlib
|
18 |
h5py
|
|
|
|
|
|
|
19 |
gradio==4.44.1
|
20 |
gradio-imageslider==0.0.20
|
21 |
spaces
|