altryne commited on
Commit
6472e1d
·
unverified ·
2 Parent(s): c8c9dc9 cb75778

Merge branch 'main' into captions_api

Browse files
Files changed (2) hide show
  1. environment.yml +1 -4
  2. requirements.txt +2 -2
environment.yml CHANGED
@@ -1,8 +1,5 @@
1
- name: vidnightly
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 #remove this, moved to yt-dlp
2
- whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper==1.1.5
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