Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
sentence-transformers
|
4 |
transformers
|
@@ -11,7 +11,7 @@ validators
|
|
11 |
nltk==3.7
|
12 |
plotly
|
13 |
plotly-express
|
14 |
-
spacy
|
15 |
spacy_streamlit
|
16 |
st-annotated-text
|
17 |
en_core_web_lg @ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
|
|
|
1 |
+
torch
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
sentence-transformers
|
4 |
transformers
|
|
|
11 |
nltk==3.7
|
12 |
plotly
|
13 |
plotly-express
|
14 |
+
spacy
|
15 |
spacy_streamlit
|
16 |
st-annotated-text
|
17 |
en_core_web_lg @ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
|