Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -31,4 +31,9 @@ cachetools # For in-memory caching of API results to improve speed
|
|
31 |
|
32 |
# This is often installed as a dependency of other HF packages, but it's good
|
33 |
# practice to list it explicitly as HuggingFaceEndpoint is used.
|
34 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
# This is often installed as a dependency of other HF packages, but it's good
|
33 |
# practice to list it explicitly as HuggingFaceEndpoint is used.
|
34 |
+
huggingface_hub
|
35 |
+
yt-dlp
|
36 |
+
speechrecognition
|
37 |
+
pydub
|
38 |
+
google-cloud-speech
|
39 |
+
ffmpeg
|