Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio
|
2 |
numpy==1.26.0
|
3 |
resampy==0.4.3
|
4 |
librosa==0.10.0
|
@@ -18,4 +17,12 @@ gradio>=4.0.0
|
|
18 |
fastapi>=0.100.0
|
19 |
uvicorn[standard]>=0.20.0
|
20 |
pydantic>=2.0.0
|
21 |
-
spaces>=0.28.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy==1.26.0
|
2 |
resampy==0.4.3
|
3 |
librosa==0.10.0
|
|
|
17 |
fastapi>=0.100.0
|
18 |
uvicorn[standard]>=0.20.0
|
19 |
pydantic>=2.0.0
|
20 |
+
spaces>=0.28.0
|
21 |
+
scipy>=1.9.0
|
22 |
+
|
23 |
+
# Utilities
|
24 |
+
requests>=2.28.0
|
25 |
+
|
26 |
+
# ChatterboxTTS - You need to add this manually
|
27 |
+
# Option 1: If it's on PyPI
|
28 |
+
# chatterbox-tts>=1.0.0
|