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