FayssalJ Claude Opus 4.5 commited on
Commit
2f06c72
·
1 Parent(s): 4ca668d

Add audioop-lts for Python 3.13 compatibility

Browse files

The audioop module was removed in Python 3.13, causing gradio/pydub to fail.
audioop-lts provides the missing module.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. hf-space/requirements.txt +1 -0
hf-space/requirements.txt CHANGED
@@ -5,3 +5,4 @@ numpy
5
  requests
6
  einops
7
  timm
 
 
5
  requests
6
  einops
7
  timm
8
+ audioop-lts