Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,14 @@ pinned: false
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
12 |
+
# Ultimate Vocal Remover API
|
13 |
+
|
14 |
+
Separate vocal from an audio file.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
```
|
19 |
+
http://localhost:5000/api/audio_separation?url=YOUR_AUDIO_FILE_URL
|
20 |
+
```
|
21 |
+
|
22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|