Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.20
|
2 |
+
gradio==3.44.1
|
3 |
+
tensorflow
|
4 |
+
tensorflow_hub
|
5 |
+
Pillow
|
6 |
+
matplotlib
|
7 |
+
spacy_streamlit
|
8 |
+
streamlit
|
9 |
+
torch==1.12.1
|
10 |
+
shap==0.41.0
|
11 |
+
numpy==1.22.0
|
12 |
+
scipy
|