Spaces:
Sleeping
Sleeping
stevengrove
commited on
Commit
•
60b4c09
1
Parent(s):
66b4df9
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
openmim
|
4 |
+
mmdet
|
5 |
+
mmyolo
|
6 |
+
gradio
|
7 |
+
transformers
|
8 |
+
addict
|
9 |
+
yapf
|
10 |
+
numpy
|
11 |
+
opencv-python
|
12 |
+
supervision==0.6.0
|
13 |
+
ftfy
|
14 |
+
regex
|
15 |
+
pot
|
16 |
+
sentencepiece
|
17 |
+
tokenizers
|