Created Requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|