MySafeCode commited on
Commit
d182eaf
·
verified ·
1 Parent(s): 82fe280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def generate_song_from_text(lyrics_text, style, title, instrumental, model):
143
  "customMode": True,
144
  "instrumental": instrumental,
145
  "model": model,
146
- "callBackUrl": "https://1hit.no/callback.php",
147
  "style": style,
148
  "title": title,
149
  }
 
143
  "customMode": True,
144
  "instrumental": instrumental,
145
  "model": model,
146
+ "callBackUrl": "https://1hit.no/gen/cb.php",
147
  "style": style,
148
  "title": title,
149
  }