Upload requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
spaces>=0.30.0
|
| 3 |
-
fastapi==0.109.2
|
| 4 |
-
uvicorn[standard]==0.27.1
|
| 5 |
-
python-multipart==0.0.9
|
| 6 |
-
pydantic==2.9.2
|
| 7 |
|
| 8 |
# TTS engines
|
| 9 |
TTS==0.21.3 # Coqui TTS - High quality neural TTS (GPU optimized)
|
|
@@ -14,9 +10,7 @@ piper-tts==1.3.0 # Piper TTS - Ultra low latency
|
|
| 14 |
|
| 15 |
# Audio processing
|
| 16 |
soundfile==0.13.1
|
| 17 |
-
numpy==1.26.4
|
| 18 |
pydub==0.25.1
|
| 19 |
|
| 20 |
-
#
|
| 21 |
-
torch
|
| 22 |
-
torchaudio>=2.1.0
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
spaces>=0.30.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
# TTS engines
|
| 5 |
TTS==0.21.3 # Coqui TTS - High quality neural TTS (GPU optimized)
|
|
|
|
| 10 |
|
| 11 |
# Audio processing
|
| 12 |
soundfile==0.13.1
|
|
|
|
| 13 |
pydub==0.25.1
|
| 14 |
|
| 15 |
+
# Note: numpy version is managed by TTS (1.22.0 for Python 3.10)
|
| 16 |
+
# torch and torchaudio are pre-installed in HF Spaces base image
|
|
|