Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit==1.10.0
|
2 |
-
transformers==4.21.1
|
3 |
-
torch==1.11.0
|
4 |
-
nibabel
|
5 |
-
numpy==1.
|
|
|
|
1 |
+
pip install streamlit==1.10.0
|
2 |
+
pip install transformers==4.21.1
|
3 |
+
pip install torch==1.11.0
|
4 |
+
pip install --upgrade nibabel
|
5 |
+
pip install numpy==1.24.3
|
6 |
+
|