Spaces:
Sleeping
Sleeping
Fix pydub Python 3.13 compatibility
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
transformers
|
| 3 |
huggingface_hub
|
| 4 |
numpy
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
torch
|
| 3 |
transformers
|
| 4 |
huggingface_hub
|
| 5 |
numpy
|
| 6 |
+
pydub==0.25.1
|
| 7 |
+
pyaudioop-compat
|