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