Spaces:
Runtime error
Runtime error
paragon-analytics
commited on
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.35.0
|
2 |
+
gradio==3.44.1
|
3 |
+
Pillow
|
4 |
+
matplotlib
|
5 |
+
spacy_streamlit
|
6 |
+
streamlit
|
7 |
+
torch==1.12.1
|
8 |
+
shap==0.41.0
|
9 |
+
numpy==1.22.0
|
10 |
+
scipy
|