Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==1.12.1
|
2 |
torchvision==0.13.1
|
3 |
spacy==3.4.1
|
4 |
-
numpy
|
5 |
spacy-transformers
|
6 |
git+https://github.com/openai/whisper.git
|
7 |
git+https://github.com/ytdl-org/youtube-dl.git@master#egg=youtube_dl
|
|
|
1 |
torch==1.12.1
|
2 |
torchvision==0.13.1
|
3 |
spacy==3.4.1
|
4 |
+
numpy==1.26.4
|
5 |
spacy-transformers
|
6 |
git+https://github.com/openai/whisper.git
|
7 |
git+https://github.com/ytdl-org/youtube-dl.git@master#egg=youtube_dl
|