Spaces:
Build error
Build error
Adding the next version of whisper which supposendly is faster
Browse files- environment.yml +1 -4
- requirements.txt +1 -1
environment.yml
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
name:
|
2 |
channels:
|
3 |
- defaults
|
4 |
dependencies:
|
5 |
- pytorch
|
6 |
-
- torchvision
|
7 |
-
- torchaudio
|
8 |
-
prefix: /opt/homebrew/Caskroom/miniconda/base/envs/vidnightly
|
|
|
1 |
+
name: targum
|
2 |
channels:
|
3 |
- defaults
|
4 |
dependencies:
|
5 |
- pytorch
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
youtube-dl==2021.12.17
|
2 |
-
whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper==1.1.
|
3 |
anvil-uplink==0.4.0
|
4 |
gradio==3.4.0
|
5 |
python-dotenv==0.21.0
|
|
|
1 |
youtube-dl==2021.12.17
|
2 |
+
whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper==1.1.6
|
3 |
anvil-uplink==0.4.0
|
4 |
gradio==3.4.0
|
5 |
python-dotenv==0.21.0
|