MySafeCode commited on
Commit
1256cad
·
verified ·
1 Parent(s): 7a6d6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def generate_song_from_text(lyrics_text, style, title, instrumental, model):
37
  "customMode": True,
38
  "instrumental": instrumental,
39
  "model": model,
40
- "callBackUrl": f"{SPACE_URL}/callback", # Use the Space URL for callbacks
41
  "style": style,
42
  "title": title,
43
  }
 
37
  "customMode": True,
38
  "instrumental": instrumental,
39
  "model": model,
40
+ "callBackUrl": "https://1hit.no/callback.php", # Use the Space URL for callbacks
41
  "style": style,
42
  "title": title,
43
  }