Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
gradio==3.12.0
|
2 |
-
|
3 |
librosa
|
4 |
jiwer
|
5 |
datasets
|
6 |
-
torch
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
git+https://github.com/openai/whisper.git
|
11 |
-
youtube-dl
|
|
|
1 |
gradio==3.12.0
|
2 |
+
transformers==4.25.1
|
3 |
librosa
|
4 |
jiwer
|
5 |
datasets
|
6 |
+
torch
|
7 |
+
torchaudio
|
8 |
+
moviepy
|
9 |
+
git+https://github.com/pytube/pytube
|
|
|
|