Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
torch==1.
|
2 |
-
#torch==1.9.1+cu111
|
3 |
gradio==3.0.4
|
4 |
PyQt5==5.15.6
|
5 |
sounddevice==0.4.3
|
|
|
1 |
+
torch==1.10.0+cu111 -f https://download.pytorch.org/whl/cu111/torch_stable.html
|
|
|
2 |
gradio==3.0.4
|
3 |
PyQt5==5.15.6
|
4 |
sounddevice==0.4.3
|