Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
pip --install-option='--upgrade'
|
2 |
-
torch --install-option='--index-url https://download.pytorch.org/whl/cu124'
|
3 |
streamlit
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
|
|
|
1 |
+
pip --install-option='--upgrade pip'
|
|
|
2 |
streamlit
|
3 |
+
torch==1.7.0
|
4 |
+
transformers==4.0.1
|
5 |
+
|
6 |
+
|
7 |
|