Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
8 |
|
|
|
1 |
+
gradio[oauth]==5.14.0
|
2 |
+
uvicorn>=0.14.0
|
3 |
+
spaces
|
4 |
+
datasets
|
5 |
+
huggingface-hub>=0.19
|
6 |
+
hf-transfer>=0.1.4
|
7 |
+
protobuf<4
|
8 |
+
click<8.1
|
9 |
+
pydantic~=1.0
|
10 |
+
sacremoses
|
11 |
|