MySafeCode commited on
Commit
671e25d
·
verified ·
1 Parent(s): 0aee605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "http://1hit.no/callback.php" # Required but not used for polling
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}",