MySafeCode commited on
Commit
1bf9e40
·
verified ·
1 Parent(s): 6ccce86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_song_from_text(lyrics_text, style, title, instrumental, model):
34
  "customMode": True,
35
  "instrumental": instrumental,
36
  "model": model,
37
- "callBackUrl": "", # Empty callback URL - we'll poll instead
38
  "style": style,
39
  "title": title,
40
  }
 
34
  "customMode": True,
35
  "instrumental": instrumental,
36
  "model": model,
37
+ "callBackUrl": "https://mysafecode-suno-api-v5.hf.space", # Empty callback URL - we'll poll instead
38
  "style": style,
39
  "title": title,
40
  }