Spaces:
Sleeping
Sleeping
Update config / json
Browse files- config / json +14 -0
config / json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "Audio🔹Separator",
|
| 3 |
+
"description": "Vocal & Instrumental Stem Separation with Effects - Powered by MDX-Net + Pedalboard",
|
| 4 |
+
"sdk": "gradio",
|
| 5 |
+
"sdk_version": "4.0.0",
|
| 6 |
+
"python_version": "3.10",
|
| 7 |
+
"app_file": "main.py",
|
| 8 |
+
"pinned": true,
|
| 9 |
+
"license": "mit",
|
| 10 |
+
"theme": "NoCrypt/miku",
|
| 11 |
+
"dependencies": [
|
| 12 |
+
"torch", "onnxruntime-gpu", "librosa", "soundfile", "numpy", "pedalboard", "yt-dlp", "ffmpeg-python"
|
| 13 |
+
]
|
| 14 |
+
}
|