Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
# torch / gradio / spaces are preinstalled on ZeroGPU Spaces.
|
| 2 |
-
# stable-audio-tools is installed at app startup (after flash-attn is
|
| 3 |
-
# pre-installed) — its setup.py pulls flash-attn which fails to build in pip's
|
| 4 |
-
# isolated env. See app.py.
|
| 5 |
einops
|
| 6 |
soundfile
|
| 7 |
-
# PyWavelets 1.7+ ships wheels built for NumPy 2.x; older versions throw a
|
| 8 |
-
# dtype-size ABI error on the ZeroGPU image.
|
| 9 |
PyWavelets>=1.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
einops
|
| 2 |
soundfile
|
|
|
|
|
|
|
| 3 |
PyWavelets>=1.7.0
|
| 4 |
+
torchaudio
|