Tonic commited on
Commit
cc03ecf
·
1 Parent(s): 5f70ee2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- python3-dev
2
- portaudio19-dev
3
- streamlit
4
- gradio_client
5
- openai-whisper
6
- fairseq2
7
- gradio
8
- openai
9
- sounddevice
10
- pyaudio
 
1
+ streamlit==0.90.0
2
+ sounddevice==0.5.1
3
+ numpy==1.21.2
4
+ whisper==1.5.2
5
+ wave==0.0.2
6
+ requests==2.26.0
7
+ openai==0.27.0