victor HF Staff commited on
Commit
1b120d3
·
1 Parent(s): 875bcff

fix: uncomment PyAudio and numpy in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -7,10 +7,10 @@ soundfile==0.12.1
7
  openai-whisper
8
  tokenizers==0.19.1
9
  streamlit==1.37.1
10
- # PyAudio==0.2.14
11
  pydub==0.25.1
12
  onnxruntime==1.19.0
13
- # numpy==1.26.3
14
  gradio==4.42.0
15
  librosa==0.10.2.post1
16
  flask==3.0.3
 
7
  openai-whisper
8
  tokenizers==0.19.1
9
  streamlit==1.37.1
10
+ PyAudio==0.2.14
11
  pydub==0.25.1
12
  onnxruntime==1.19.0
13
+ numpy==1.26.3
14
  gradio==4.42.0
15
  librosa==0.10.2.post1
16
  flask==3.0.3