Spaces:
Sleeping
Sleeping
possibly fix torch import error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -36,7 +36,7 @@ soundfile
|
|
| 36 |
soxr==0.3.7
|
| 37 |
sympy==1.12
|
| 38 |
threadpoolctl==3.2.0
|
| 39 |
-
torch
|
| 40 |
torchaudio==2.1.2
|
| 41 |
tqdm==4.66.1
|
| 42 |
typing_extensions==4.9.0
|
|
|
|
| 36 |
soxr==0.3.7
|
| 37 |
sympy==1.12
|
| 38 |
threadpoolctl==3.2.0
|
| 39 |
+
torch
|
| 40 |
torchaudio==2.1.2
|
| 41 |
tqdm==4.66.1
|
| 42 |
typing_extensions==4.9.0
|