Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
transformers
|
3 |
torch
|
|
|
4 |
Pillow
|
5 |
numpy
|
6 |
-
opencv-python-headless
|
7 |
-
timm
|
|
|
1 |
streamlit
|
|
|
2 |
torch
|
3 |
+
transformers
|
4 |
Pillow
|
5 |
numpy
|
6 |
+
opencv-python-headless
|
|