Spaces:
Runtime error
Runtime error
add torch to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,3 +6,4 @@ plotly==5.14.1
|
|
6 |
numpy==1.23.5
|
7 |
pandas==1.5.0
|
8 |
scipy==1.10.0
|
|
|
|
6 |
numpy==1.23.5
|
7 |
pandas==1.5.0
|
8 |
scipy==1.10.0
|
9 |
+
torch==1.13.1
|