Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -14
requirements.txt
CHANGED
|
@@ -1,17 +1,8 @@
|
|
| 1 |
streamlit>=1.32.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
# Install latest Transformers (needed for qwen3_tts architecture)
|
| 5 |
-
git+https://github.com/huggingface/transformers.git
|
| 6 |
-
|
| 7 |
-
# Torch (CPU by default on Spaces unless you enable GPU)
|
| 8 |
-
torch==2.3.1
|
| 9 |
-
|
| 10 |
-
soundfile>=0.12.1
|
| 11 |
-
librosa>=0.10.1
|
| 12 |
numpy>=1.24.0
|
| 13 |
-
|
| 14 |
-
safetensors
|
| 15 |
-
|
| 16 |
-
# MP3 encoding without ffmpeg
|
| 17 |
lameenc>=1.7.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit>=1.32.0
|
| 2 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy>=1.24.0
|
| 4 |
+
soundfile>=0.12.1
|
|
|
|
|
|
|
|
|
|
| 5 |
lameenc>=1.7.0
|
| 6 |
+
|
| 7 |
+
# Official Qwen3-TTS Python package (loads Qwen3-TTS models + APIs)
|
| 8 |
+
qwen-tts
|