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