Spaces:
Sleeping
Sleeping
Tanusree88
commited on
Commit
•
78cb57a
1
Parent(s):
f2d1f42
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
streamlit == 1.10.0
|
2 |
-
transformers==4.
|
3 |
-
torch
|
4 |
nibabel==3.2.1
|
5 |
numpy==1.24.3
|
6 |
scikit-learn
|
7 |
matplotlib
|
|
|
|
|
|
1 |
streamlit == 1.10.0
|
2 |
+
transformers==4.30.0
|
3 |
+
torch>=1.12.0
|
4 |
nibabel==3.2.1
|
5 |
numpy==1.24.3
|
6 |
scikit-learn
|
7 |
matplotlib
|
8 |
+
Pillow
|
9 |
+
torchvision
|