Spaces:
Running
Running
Update app.py
Browse files
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":
|
| 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 |
}
|