Spaces:
Paused
Paused
Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Project-wide extras that are not covered by the sub-requirements files.
|
| 2 |
+
# The main XTTS / backend dependency sets are reused below with -r includes.
|
| 3 |
+
yt-dlp
|
| 4 |
+
youtube-transcript-api
|
| 5 |
+
faster-whisper
|
| 6 |
+
ctranslate2
|
| 7 |
+
pydantic
|
| 8 |
+
underthesea
|
| 9 |
+
vinorm
|
| 10 |
+
pyworld
|
| 11 |
+
pymcd
|
| 12 |
+
absl-py
|
| 13 |
+
ffmpeg-python
|
| 14 |
+
|
| 15 |
+
# Reuse the maintained dependency sets for the TTS backend and XTTS stack.
|
| 16 |
+
-r backend/tts_fastapi/requirements.txt
|
| 17 |
+
-r models/XTTSv2-Finetuning-for-New-Languages/requirements.txt
|