ParthCodes commited on
Commit
e71c025
·
verified ·
1 Parent(s): 5d24462

Upload 2 files

Browse files
Files changed (2) hide show
  1. package.txt +2 -0
  2. requirements.txt +7 -2
package.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ffmpeg
2
+ unzip
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
- whisper_timestamped
 
 
2
  transformers
3
- ffmpeg
 
 
 
 
1
+ ffmpeg-python
2
+ git+https://github.com/huggingface/transformers
3
+ git+https://github.com/openai/whisper.git
4
  transformers
5
+ gradio
6
+ torch
7
+ torchaudio
8
+ torchvision