Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -24,6 +24,9 @@ peft
|
|
| 24 |
trl
|
| 25 |
bitsandbytes
|
| 26 |
gradio==4.44.1
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# If your Space logs show a CUDA wheel mismatch for torch, you may pin a suitable wheel:
|
| 29 |
# --extra-index-url https://download.pytorch.org/whl/cu121
|
|
|
|
| 24 |
trl
|
| 25 |
bitsandbytes
|
| 26 |
gradio==4.44.1
|
| 27 |
+
pydub==0.25.1
|
| 28 |
+
# --- Python 3.13 audio shim ---
|
| 29 |
+
audioop-lts; python_version >= "3.13"
|
| 30 |
|
| 31 |
# If your Space logs show a CUDA wheel mismatch for torch, you may pin a suitable wheel:
|
| 32 |
# --extra-index-url https://download.pytorch.org/whl/cu121
|