MySafeCode commited on
Commit
e4a9819
·
verified ·
1 Parent(s): 6ade0c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_lyrics(prompt):
25
  "https://api.sunoapi.org/api/v1/lyrics",
26
  json={
27
  "prompt": prompt,
28
- "callBackUrl": "http://dummy.com/callback" # Required but not used
29
  },
30
  headers={
31
  "Authorization": f"Bearer {SUNO_KEY}",
 
25
  "https://api.sunoapi.org/api/v1/lyrics",
26
  json={
27
  "prompt": prompt,
28
+ "callBackUrl": "https://1hit.no/txtcallback.php" # Required but not used
29
  },
30
  headers={
31
  "Authorization": f"Bearer {SUNO_KEY}",