Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
•
79196f2
1
Parent(s):
a19fb08
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,14 +2,14 @@ transformers==4.20.1
|
|
2 |
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/detectron2-0.6%2Bcpu-cp38-cp38-linux_x86_64.whl
|
3 |
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
4 |
gradio==3.1.3
|
5 |
-
tensorflow
|
6 |
tensorflow_hub
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
spacy_streamlit
|
10 |
streamlit
|
11 |
-
torch
|
12 |
-
shap
|
13 |
transformers-interpret
|
14 |
numpy
|
15 |
scipy
|
|
|
2 |
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/detectron2-0.6%2Bcpu-cp38-cp38-linux_x86_64.whl
|
3 |
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
4 |
gradio==3.1.3
|
5 |
+
tensorflow==2.11.0
|
6 |
tensorflow_hub
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
spacy_streamlit
|
10 |
streamlit
|
11 |
+
torch==1.12.1+cu113
|
12 |
+
shap==0.41.0
|
13 |
transformers-interpret
|
14 |
numpy
|
15 |
scipy
|