eoinedge commited on
Commit
e51b45f
·
verified ·
1 Parent(s): 47f5845

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -3,3 +3,5 @@ numpy>=1.24
3
  requests>=2.31
4
  huggingface_hub>=0.24
5
  piper-tts>=1.2.0
 
 
 
3
  requests>=2.31
4
  huggingface_hub>=0.24
5
  piper-tts>=1.2.0
6
+ # Python 3.13 removed the stdlib `audioop` module that gradio's pydub needs.
7
+ audioop-lts; python_version >= "3.13"