Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
git+httpsgithub.com
|
| 2 |
-
huggingface
|
| 3 |
transformers
|
| 4 |
-
gradio
|
|
|
|
| 5 |
numpy
|
| 6 |
torchaudio
|
| 7 |
torch
|
| 8 |
yt-dlp
|
| 9 |
librosa
|
| 10 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
+
gradio==3.44.4
|
| 3 |
+
pydantic==2.10.6
|
| 4 |
numpy
|
| 5 |
torchaudio
|
| 6 |
torch
|
| 7 |
yt-dlp
|
| 8 |
librosa
|
| 9 |
+
soundfile
|
| 10 |
+
|