Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
gradio
|
3 |
pytube
|
4 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
gradio
|
3 |
pytube
|
4 |
+
transformers
|
5 |
+
|
6 |
+
torch
|
7 |
+
|
8 |
+
gradio==3.0.9
|
9 |
+
datasets
|
10 |
+
librosa
|
11 |
+
ffmpeg-python
|
12 |
+
python-dotenv
|
13 |
+
aiohttp
|