Matanech commited on
Commit
c14ab94
·
verified ·
1 Parent(s): a5b7b49

Fix RUNTIME_ERROR: add audioop-lts for Python 3.13 (stdlib audioop was removed, pydub/gradio still import it)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -8,3 +8,4 @@ peft
8
  pandas
9
  requests
10
  spaces
 
 
8
  pandas
9
  requests
10
  spaces
11
+ audioop-lts; python_version >= "3.13"