Spaces:
Runtime error
Runtime error
removed torch version spec
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ plotly==5.11.0
|
|
7 |
scipy==1.10.1
|
8 |
setuptools==65.5.0
|
9 |
streamlit==1.19.0
|
10 |
-
torch
|
11 |
torchvision==0.11.2
|
12 |
tqdm==4.64.1
|
13 |
transformers==4.25.1
|
|
|
7 |
scipy==1.10.1
|
8 |
setuptools==65.5.0
|
9 |
streamlit==1.19.0
|
10 |
+
torch
|
11 |
torchvision==0.11.2
|
12 |
tqdm==4.64.1
|
13 |
transformers==4.25.1
|