Demosthene-OR
commited on
Commit
•
f933773
1
Parent(s):
4ccaf53
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -16,8 +16,8 @@ wordcloud==1.9.3
|
|
16 |
networkx==2.7.0
|
17 |
transformers==4.37.2
|
18 |
sentencepiece==0.1.99
|
19 |
-
openai-whisper
|
20 |
-
# tiktoken
|
21 |
torch==2.2.0
|
22 |
speechrecognition==3.10.1
|
23 |
audio_recorder_streamlit==0.0.8
|
@@ -26,7 +26,7 @@ wavio==0.0.8
|
|
26 |
# filesplit==4.0.1
|
27 |
regex==2023.12.25
|
28 |
# pydot==2.0.0
|
29 |
-
|
30 |
gTTS==2.5.1
|
31 |
https://files.pythonhosted.org/packages/cc/58/96aff0e5cb8b59c06232ea7e249ed902d04ec89f52636f5be06ceb0855fe/extra_streamlit_components-0.1.60-py3-none-any.whl
|
32 |
streamlit-option-menu==0.3.12
|
|
|
16 |
networkx==2.7.0
|
17 |
transformers==4.37.2
|
18 |
sentencepiece==0.1.99
|
19 |
+
openai-whisper==20231117
|
20 |
+
# tiktoken==0.6.0
|
21 |
torch==2.2.0
|
22 |
speechrecognition==3.10.1
|
23 |
audio_recorder_streamlit==0.0.8
|
|
|
26 |
# filesplit==4.0.1
|
27 |
regex==2023.12.25
|
28 |
# pydot==2.0.0
|
29 |
+
graphviz==0.20.1
|
30 |
gTTS==2.5.1
|
31 |
https://files.pythonhosted.org/packages/cc/58/96aff0e5cb8b59c06232ea7e249ed902d04ec89f52636f5be06ceb0855fe/extra_streamlit_components-0.1.60-py3-none-any.whl
|
32 |
streamlit-option-menu==0.3.12
|