Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,13 +5,14 @@
|
|
| 5 |
gradio>=6.0.0
|
| 6 |
|
| 7 |
# Core dependencies
|
|
|
|
| 8 |
setuptools==69.0.0
|
| 9 |
numpy<2.0 # datasets library is not compatible with numpy 2.0+
|
| 10 |
torch>=2.0.0
|
| 11 |
torchaudio>=2.0.0
|
| 12 |
librosa>=0.10.0
|
| 13 |
huggingface_hub
|
| 14 |
-
|
| 15 |
|
| 16 |
# For Zero-Shot tagging (CLAP + MuLan)
|
| 17 |
laion-clap
|
|
|
|
| 5 |
gradio>=6.0.0
|
| 6 |
|
| 7 |
# Core dependencies
|
| 8 |
+
# bitsandbytes
|
| 9 |
setuptools==69.0.0
|
| 10 |
numpy<2.0 # datasets library is not compatible with numpy 2.0+
|
| 11 |
torch>=2.0.0
|
| 12 |
torchaudio>=2.0.0
|
| 13 |
librosa>=0.10.0
|
| 14 |
huggingface_hub
|
| 15 |
+
|
| 16 |
|
| 17 |
# For Zero-Shot tagging (CLAP + MuLan)
|
| 18 |
laion-clap
|