Update run/requirements.txt
Browse files- run/requirements.txt +8 -9
run/requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
opencv-python
|
2 |
-
pillow
|
3 |
-
matplotlib
|
4 |
-
seaborn
|
5 |
-
tqdm
|
6 |
-
ftfy
|
7 |
-
regex
|
8 |
-
|
9 |
-
mmdet>=3.1.0
|
10 |
gradio
|
|
|
1 |
+
opencv-python
|
2 |
+
pillow
|
3 |
+
matplotlib
|
4 |
+
seaborn
|
5 |
+
tqdm
|
6 |
+
ftfy
|
7 |
+
regex
|
8 |
+
mmdet>=3.1.0
|
|
|
9 |
gradio
|