PeterPinetree commited on
Commit
9eb23af
·
verified ·
1 Parent(s): 7465059

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
  streamlit
2
- streamlit-webrtc
3
- torch
4
- transformers
5
- bitsandbytes
6
- accelerate
7
  whisper
8
  TTS
9
  numpy
10
  scipy
11
- soundfile
12
- pydub
 
1
  streamlit
2
+ torch==2.0.1
3
+ transformers==4.30.2
4
+ bitsandbytes==0.41.1
5
+ accelerate==0.20.3
 
6
  whisper
7
  TTS
8
  numpy
9
  scipy
10
+ soundfile