Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
4 |
|
5 |
-
datasets
|
6 |
-
huggingface-hub>=0.19
|
7 |
-
hf-transfer>=0.1.4
|
8 |
-
protobuf<4
|
9 |
-
click<8.1
|
10 |
-
pydantic~=1.0
|
11 |
|
12 |
-
pip install --upgrade pip
|
13 |
-
pip install --no-cache-dir -r /tmp/requirements.txt
|
|
|
1 |
+
tensorflow
|
2 |
+
torch
|
3 |
+
keras
|
4 |
+
tranformers
|
5 |
+
streamlit
|
6 |
+
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
|
|
|