Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -13
requirements.txt
CHANGED
@@ -1,15 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
gradio>=4.0.0
|
6 |
-
sentencepiece
|
7 |
-
opencv-python
|
8 |
-
Pillow
|
9 |
-
numpy
|
10 |
-
scipy
|
11 |
matplotlib
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
requests
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
addict
|
2 |
+
diffusers
|
3 |
+
gradio
|
4 |
+
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
matplotlib
|
6 |
+
numpy
|
7 |
+
onnxruntime
|
8 |
+
opencv_python
|
9 |
+
Pillow
|
10 |
+
pycocotools
|
11 |
+
PyYAML
|
12 |
requests
|
13 |
+
setuptools
|
14 |
+
supervision
|
15 |
+
termcolor
|
16 |
+
timm
|
17 |
+
torch
|
18 |
+
torchvision
|
19 |
+
transformers
|
20 |
+
yapf
|
21 |
+
nltk
|
22 |
+
fairscale
|