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