ishwarraja commited on
Commit
489e9d3
·
verified ·
1 Parent(s): 4e5a48f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -24,6 +24,9 @@ peft
24
  trl
25
  bitsandbytes
26
  gradio==4.44.1
 
 
 
27
 
28
  # If your Space logs show a CUDA wheel mismatch for torch, you may pin a suitable wheel:
29
  # --extra-index-url https://download.pytorch.org/whl/cu121
 
24
  trl
25
  bitsandbytes
26
  gradio==4.44.1
27
+ pydub==0.25.1
28
+ # --- Python 3.13 audio shim ---
29
+ audioop-lts; python_version >= "3.13"
30
 
31
  # If your Space logs show a CUDA wheel mismatch for torch, you may pin a suitable wheel:
32
  # --extra-index-url https://download.pytorch.org/whl/cu121