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