Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
|
|
|
|
1 |
transformers==4.51.3
|
2 |
gradio==5.27.0
|
3 |
-
|
4 |
tensorflow_hub
|
5 |
Pillow
|
6 |
matplotlib
|
7 |
spacy_streamlit
|
8 |
streamlit
|
9 |
-
|
10 |
-
shap>=0.46.0
|
11 |
-
scipy
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision
|
3 |
transformers==4.51.3
|
4 |
gradio==5.27.0
|
5 |
+
shap>=0.46.0
|
6 |
tensorflow_hub
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
spacy_streamlit
|
10 |
streamlit
|
11 |
+
scipy
|
|
|
|