Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
transformers>=4.0.0,<5.0.0
|
2 |
torch>=1.6.0
|
3 |
numpy>=1.19.5
|
4 |
-
spaces
|
|
|
5 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
6 |
torch
|
|
|
1 |
transformers>=4.0.0,<5.0.0
|
2 |
torch>=1.6.0
|
3 |
numpy>=1.19.5
|
4 |
+
pip install --upgrade spaces
|
5 |
+
|
6 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
7 |
torch
|