Demosthene-OR
commited on
Commit
·
4ccaf53
1
Parent(s):
8032907
....
Browse files- packages.txt +2 -1
- requirements.txt +1 -1
packages.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
build-essential
|
2 |
libasound-dev
|
3 |
portaudio19-dev
|
4 |
-
python3-pyaudio
|
|
|
|
1 |
build-essential
|
2 |
libasound-dev
|
3 |
portaudio19-dev
|
4 |
+
python3-pyaudio
|
5 |
+
graphviz
|
requirements.txt
CHANGED
@@ -21,7 +21,7 @@ openai-whisper # ==20231117
|
|
21 |
torch==2.2.0
|
22 |
speechrecognition==3.10.1
|
23 |
audio_recorder_streamlit==0.0.8
|
24 |
-
|
25 |
wavio==0.0.8
|
26 |
# filesplit==4.0.1
|
27 |
regex==2023.12.25
|
|
|
21 |
torch==2.2.0
|
22 |
speechrecognition==3.10.1
|
23 |
audio_recorder_streamlit==0.0.8
|
24 |
+
whisper==1.1.10
|
25 |
wavio==0.0.8
|
26 |
# filesplit==4.0.1
|
27 |
regex==2023.12.25
|