Spaces:
Sleeping
Sleeping
Tanusree88
commited on
Commit
•
0aaace6
1
Parent(s):
25c685e
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
|
|
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 |
|
|
|
1 |
+
streamlit == 1.10.0
|
2 |
pip install streamlit==1.10.0
|
3 |
+
transformers==4.21.1
|
4 |
pip install transformers==4.21.1
|
5 |
+
torch==1.11.0
|
6 |
pip install torch==1.11.0
|
7 |
pip install --upgrade nibabel
|
8 |
+
numpy==1.24.3
|
9 |
pip install numpy==1.24.3
|
10 |
|