wzy013 commited on
Commit
96804ba
·
1 Parent(s): f4def2d

Fix audiotools package name in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -14,8 +14,8 @@ accelerate>=0.20.0
14
  transformers>=4.35.0,<4.50.0
15
  sentencepiece>=0.1.99
16
 
17
- # Audio processing - use HTTPS version for HF Spaces
18
- audiotools @ git+https://github.com/descriptinc/audiotools.git
19
 
20
  # Video/Image processing
21
  pillow>=8.3.0
 
14
  transformers>=4.35.0,<4.50.0
15
  sentencepiece>=0.1.99
16
 
17
+ # Audio processing - use correct package name
18
+ descript-audiotools @ git+https://github.com/descriptinc/audiotools.git
19
 
20
  # Video/Image processing
21
  pillow>=8.3.0