Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision
|
| 3 |
+
transformers==4.51.3
|
| 4 |
+
gradio==5.27.0
|
| 5 |
+
shap==0.47.2
|
| 6 |
+
tensorflow_hub
|
| 7 |
+
Pillow
|
| 8 |
+
matplotlib
|
| 9 |
+
spacy_streamlit
|
| 10 |
+
streamlit
|
| 11 |
+
scipy
|