Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ matplotlib==3.5.1
|
|
2 |
matplotlib-inline==0.1.3
|
3 |
numpy
|
4 |
streamlit==1.5.1
|
5 |
-
torch==1.10.2
|
6 |
watchdog
|
7 |
-
transformers
|
|
|
|
|
|
2 |
matplotlib-inline==0.1.3
|
3 |
numpy
|
4 |
streamlit==1.5.1
|
|
|
5 |
watchdog
|
6 |
+
transformers
|
7 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
8 |
+
torch
|