Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
numpy==1.23.4
|
3 |
+
pytorch-lightning==1.6.0
|
4 |
+
transformers==4.20.0
|
5 |
+
streamlit==1.10.0
|
6 |
+
torch==1.9.0+cu111
|