Roberta2024
commited on
Commit
•
1b45462
1
Parent(s):
f69e171
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
requests
|
2 |
+
streamlit==1.37.1
|
3 |
+
datasets
|
4 |
+
huggingface-hub>=0.19
|
5 |
+
hf-transfer>=0.1.4
|
6 |
+
protobuf<4
|
7 |
+
click<8.1
|
8 |
+
pydantic~=1.0
|