Spaces:
Running
on
Zero
Running
on
Zero
xJuuzouYTx
commited on
Commit
·
7f0f615
1
Parent(s):
925d97e
[ADD] youtube video download as wav
Browse files- .gitignore +1 -0
- requirements.txt +4 -4
.gitignore
CHANGED
|
@@ -9,6 +9,7 @@ __pycache__
|
|
| 9 |
*.pyd
|
| 10 |
hubert_base.pt
|
| 11 |
/logs
|
|
|
|
| 12 |
/env
|
| 13 |
/zips/
|
| 14 |
/unzips/
|
|
|
|
| 9 |
*.pyd
|
| 10 |
hubert_base.pt
|
| 11 |
/logs
|
| 12 |
+
/weights
|
| 13 |
/env
|
| 14 |
/zips/
|
| 15 |
/unzips/
|
requirements.txt
CHANGED
|
@@ -173,8 +173,8 @@ validators
|
|
| 173 |
#tortoise-tts
|
| 174 |
#git+https://github.com/neonbjb/tortoise-tts.git
|
| 175 |
neon-tts-plugin-coqui
|
| 176 |
-
deepfilternet
|
| 177 |
-
librosa
|
| 178 |
-
matplotlib
|
| 179 |
-
maturin
|
| 180 |
#git+https://github.com/microsoft/[email protected]
|
|
|
|
| 173 |
#tortoise-tts
|
| 174 |
#git+https://github.com/neonbjb/tortoise-tts.git
|
| 175 |
neon-tts-plugin-coqui
|
| 176 |
+
#deepfilternet
|
| 177 |
+
#librosa
|
| 178 |
+
#matplotlib
|
| 179 |
+
#maturin
|
| 180 |
#git+https://github.com/microsoft/[email protected]
|