RXTIME commited on
Commit
da31590
·
verified ·
1 Parent(s): 80ba60d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -9
requirements.txt CHANGED
@@ -1,12 +1,8 @@
1
- torch
2
- torchvision
3
- torchaudio
4
  transformers
5
- streamlit
6
- ffmpeg-python
7
- sentencepiece
8
- huggingface_hub
9
  librosa
10
- moviepy
11
-
 
12
 
 
1
+ moviepy
 
 
2
  transformers
3
+ torch
 
 
 
4
  librosa
5
+ soundfile
6
+ gradio
7
+ numpy
8