Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
torch
|
| 2 |
yt-dlp
|
|
|
|
|
|
|
| 3 |
git+https://github.com/cython/cython.git
|
| 4 |
wget
|
| 5 |
nemo_toolkit[asr]==1.23.0
|
|
|
|
| 1 |
torch
|
| 2 |
yt-dlp
|
| 3 |
+
git+https://github.com/openai/whisper.git
|
| 4 |
+
|
| 5 |
git+https://github.com/cython/cython.git
|
| 6 |
wget
|
| 7 |
nemo_toolkit[asr]==1.23.0
|