Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
-
pip==24.2
|
2 |
-
streamlit
|
3 |
-
gradio
|
4 |
-
black
|
5 |
-
pylint
|
6 |
-
transformers[all]
|
7 |
huggingface_hub
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
+
black
|
3 |
+
os
|
4 |
+
subprocess
|
5 |
+
datasets
|
6 |
+
huggingface-hub>=0.19
|
7 |
+
hf-transfer>=0.1.4
|
8 |
+
protobuf<4
|
9 |
+
click<8.1
|
10 |
+
pydantic~=1.0
|