Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.4.0
|
| 3 |
torchaudio==2.4.0
|
| 4 |
-
|
| 5 |
f5-tts
|
| 6 |
huggingface_hub
|
| 7 |
-
gradio==6.10.0
|
| 8 |
soundfile
|
| 9 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.4.0
|
| 3 |
torchaudio==2.4.0
|
|
|
|
| 4 |
f5-tts
|
| 5 |
huggingface_hub
|
|
|
|
| 6 |
soundfile
|
| 7 |
+
numpy
|
| 8 |
+
# gradio is managed by the Space SDK (sdk_version in README) — do NOT pin it here.
|
| 9 |
+
# Staying on Python 3.10 (see README front matter) keeps torch 2.4.0 valid.
|
| 10 |
+
# If you switch the Space to Python 3.13, bump to torch==2.5.1 / torchaudio==2.5.1.
|