Spaces:
Sleeping
Sleeping
Fix audiotools package name in requirements.txt
Browse files- 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
|
| 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
|