Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def separate_vocals(task_id, audio_id, separation_type):
|
|
| 32 |
"taskId": task_id,
|
| 33 |
"audioId": audio_id,
|
| 34 |
"type": separation_type,
|
| 35 |
-
"callBackUrl": "
|
| 36 |
},
|
| 37 |
headers={
|
| 38 |
"Authorization": f"Bearer {SUNO_KEY}",
|
|
|
|
| 32 |
"taskId": task_id,
|
| 33 |
"audioId": audio_id,
|
| 34 |
"type": separation_type,
|
| 35 |
+
"callBackUrl": "https://1hit.no/callback.php" # Required but not used for polling
|
| 36 |
},
|
| 37 |
headers={
|
| 38 |
"Authorization": f"Bearer {SUNO_KEY}",
|