Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
TTS==0.22.0
|
2 |
torch>=2.0.0
|
3 |
-
gradio==
|
4 |
datasets>=2.14.0
|
5 |
huggingface-hub>=0.19.0
|
6 |
hf-transfer>=0.1.4
|
7 |
protobuf<4
|
8 |
-
click
|
9 |
-
pydantic
|
|
|
1 |
TTS==0.22.0
|
2 |
torch>=2.0.0
|
3 |
+
gradio==4.27.0
|
4 |
datasets>=2.14.0
|
5 |
huggingface-hub>=0.19.0
|
6 |
hf-transfer>=0.1.4
|
7 |
protobuf<4
|
8 |
+
click>=8.1.3
|
9 |
+
pydantic>=2.0
|