Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
gradio==5.
|
2 |
-
fastapi==0.115.
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
httpx==0.28.1
|
4 |
-
|
5 |
kokoro>=0.3.1
|
6 |
pydub>=0.25.1
|
7 |
click
|
|
|
1 |
+
gradio==5.34.1
|
2 |
+
fastapi==0.115.13
|
3 |
+
pydantic==2.11.7
|
4 |
+
|
5 |
+
#gradio==5.25.1
|
6 |
+
#fastapi==0.115.12
|
7 |
+
#pydantic==2.11.3
|
8 |
+
|
9 |
httpx==0.28.1
|
10 |
+
|
11 |
kokoro>=0.3.1
|
12 |
pydub>=0.25.1
|
13 |
click
|