Spaces:
Running
on
L4
Running
on
L4
Update requirements.txt
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
@@ -1,17 +1,21 @@
|
|
1 |
Pillow==9.5.0
|
2 |
gradio==3.50.0
|
3 |
xformers==0.0.20
|
4 |
-
modelscope
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
10 |
torchvision==0.15.2
|
11 |
pytorch-lightning==1.6.5
|
12 |
scikit-image
|
13 |
open-clip-torch
|
14 |
-
sacremoses
|
15 |
-
subword_nmt
|
16 |
-
jieba
|
17 |
-
tensorflow
|
|
|
|
|
|
1 |
Pillow==9.5.0
|
2 |
gradio==3.50.0
|
3 |
xformers==0.0.20
|
4 |
+
modelscope==1.10.0
|
5 |
+
addict==2.4.0
|
6 |
+
opencv-python==4.7.0.72
|
7 |
+
omegaconf==2.2.3
|
8 |
+
transformers==4.30.2
|
9 |
+
sentencepiece==0.1.99
|
10 |
+
easydict==1.10
|
11 |
+
torch==2.0.1
|
12 |
torchvision==0.15.2
|
13 |
pytorch-lightning==1.6.5
|
14 |
scikit-image
|
15 |
open-clip-torch
|
16 |
+
sacremoses==0.0.53
|
17 |
+
subword_nmt==0.3.8
|
18 |
+
jieba==0.42.1
|
19 |
+
tensorflow==2.13.0
|
20 |
+
diffusers==0.10.2
|
21 |
+
fsspec
|