Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
tensorflow
|
3 |
transformers
|
|
|
4 |
numpy
|
5 |
pillow
|
6 |
-
opencv-python
|
7 |
-
torch
|
8 |
-
opencv-python
|
9 |
-
opencv-python-headless
|
|
|
1 |
streamlit
|
2 |
+
tensorflow-cpu
|
3 |
transformers
|
4 |
+
torch
|
5 |
numpy
|
6 |
pillow
|
7 |
+
opencv-python-headless
|
|
|
|
|
|