ghostai1 commited on
Commit
e7661c3
·
verified ·
1 Parent(s): 943d8ef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt CHANGED
@@ -1,6 +1,16 @@
1
  numpy==1.23.5
 
 
 
 
 
 
 
 
2
  pydub==0.25.1
3
  psutil==5.9.8
 
 
4
  gradio==4.44.1
5
  transformers==4.38.2
6
  huggingface_hub>=0.19,<1.0
 
1
  numpy==1.23.5
2
+
3
+ # PyTorch audio I/O (matches the 2.5.1 torch wheel the HF build installs)
4
+ torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu
5
+
6
+ # MusicGen
7
+ audiocraft==1.3.0 # runtime-installed with --no-deps in app.py
8
+
9
+ # Utilities
10
  pydub==0.25.1
11
  psutil==5.9.8
12
+
13
+ # UI + model hub
14
  gradio==4.44.1
15
  transformers==4.38.2
16
  huggingface_hub>=0.19,<1.0