Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -4,4 +4,10 @@ streamlit
|
|
4 |
huggingface_hub
|
5 |
black
|
6 |
os
|
7 |
-
subprocess
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
huggingface_hub
|
5 |
black
|
6 |
os
|
7 |
+
subprocess
|
8 |
+
datasets
|
9 |
+
huggingface-hub>=0.19
|
10 |
+
hf-transfer>=0.1.4
|
11 |
+
protobuf<4
|
12 |
+
click<8.1
|
13 |
+
pydantic~=1.0
|