Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
gradio>=4.
|
2 |
-
huggingface_hub
|
3 |
-
transformers>=4.
|
4 |
-
torch>=2.
|
5 |
-
sentencepiece
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.36.0
|
2 |
+
huggingface_hub==0.25.2
|
3 |
+
transformers>=4.34.0
|
4 |
+
torch>=2.1.0
|
5 |
+
sentencepiece>=0.1.99
|
6 |
+
python-dotenv>=1.0.1
|
7 |
+
emoji>=2.2.0
|
8 |
+
yt-dlp>=2025.8.19
|
9 |
+
youtube-transcript-api>=0.6.0
|
10 |
+
whisper @ git+https://github.com/openai/whisper.git
|