Spaces:
Sleeping
Sleeping
Plmanwaring
commited on
Commit
•
d303495
1
Parent(s):
b1e4500
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
transformers==4.
|
2 |
gradio==3.44.1
|
3 |
-
tensorflow
|
4 |
-
tensorflow_hub
|
5 |
Pillow
|
6 |
matplotlib
|
7 |
spacy_streamlit
|
@@ -9,4 +7,5 @@ streamlit
|
|
9 |
torch==1.12.1
|
10 |
shap==0.41.0
|
11 |
numpy==1.22.0
|
12 |
-
scipy
|
|
|
|
1 |
+
transformers==4.35.0
|
2 |
gradio==3.44.1
|
|
|
|
|
3 |
Pillow
|
4 |
matplotlib
|
5 |
spacy_streamlit
|
|
|
7 |
torch==1.12.1
|
8 |
shap==0.41.0
|
9 |
numpy==1.22.0
|
10 |
+
scipy
|
11 |
+
|