Spaces:
Runtime error
Runtime error
pin torch versions
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
gradio
|
2 |
soundfile
|
3 |
git+https://github.com/thunn/nanospeech.git
|
|
|
1 |
+
torch>=2.4.0,<2.5.0 # only some versions of torch are supported by ZeroGPU - https://github.com/huggingface/hub-docs/blob/main/docs/hub/spaces-zerogpu.md#supported-versions
|
2 |
+
torchaudio>=2.4.0,<2.5.0
|
3 |
gradio
|
4 |
soundfile
|
5 |
git+https://github.com/thunn/nanospeech.git
|