MySafeCode commited on
Commit
e43f06e
·
verified ·
1 Parent(s): d8b88ef

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -61,7 +61,7 @@ def generate_lyrics(prompt):
61
  "https://api.sunoapi.org/api/v1/lyrics",
62
  json={
63
  "prompt": prompt,
64
- "callBackUrl": "https://1hit.no/txtcallback.php" # Required but not used
65
  },
66
  headers={
67
  "Authorization": f"Bearer {SUNO_KEY}",
 
61
  "https://api.sunoapi.org/api/v1/lyrics",
62
  json={
63
  "prompt": prompt,
64
+ "callBackUrl": "https://1hit.no/txtcallback.php" # Required
65
  },
66
  headers={
67
  "Authorization": f"Bearer {SUNO_KEY}",