Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
streamlit
|
2 |
-
|
|
|
|
|
3 |
pandas
|
4 |
numpy
|
5 |
matplotlib
|
6 |
seaborn
|
7 |
pillow
|
8 |
opencv-python
|
|
|
|
1 |
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
huggingface_hub
|
5 |
pandas
|
6 |
numpy
|
7 |
matplotlib
|
8 |
seaborn
|
9 |
pillow
|
10 |
opencv-python
|
11 |
+
scklearn
|