Spaces:
Runtime error
Runtime error
Commit
·
b3ce6fe
1
Parent(s):
4b9bb89
removed torch==1.7.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ librosa
|
|
2 |
numpy==1.21.5
|
3 |
opencv-contrib-python
|
4 |
opencv-python
|
5 |
-
torch==1.7.1
|
6 |
torchvision==0.8.2
|
7 |
tqdm
|
8 |
numba==0.55.1
|
|
|
2 |
numpy==1.21.5
|
3 |
opencv-contrib-python
|
4 |
opencv-python
|
5 |
+
#torch==1.7.1
|
6 |
torchvision==0.8.2
|
7 |
tqdm
|
8 |
numba==0.55.1
|