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