Spaces:
Running
Running
Commit ·
78533bf
1
Parent(s): a2ce935
Fix Python 3.13 audioop removal via audioop-lts backport
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ gradio>=5.0.0
|
|
| 2 |
torch>=2.1.0
|
| 3 |
tiktoken
|
| 4 |
numpy
|
|
|
|
|
|
| 2 |
torch>=2.1.0
|
| 3 |
tiktoken
|
| 4 |
numpy
|
| 5 |
+
audioop-lts; python_version >= "3.13"
|