Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,12 +198,7 @@ with gr.Blocks(title="Suno Music Generator") as app:
|
|
| 198 |
outputs=custom_upload_url
|
| 199 |
)
|
| 200 |
|
| 201 |
-
|
| 202 |
-
gr.Textbox(
|
| 203 |
-
label="Callback URL (Fixed)",
|
| 204 |
-
value=FIXED_CALLBACK_URL,
|
| 205 |
-
interactive=False
|
| 206 |
-
)
|
| 207 |
|
| 208 |
with gr.TabItem("Advanced Settings"):
|
| 209 |
with gr.Row():
|
|
@@ -320,12 +315,7 @@ with gr.Blocks(title="Suno Music Generator") as app:
|
|
| 320 |
|
| 321 |
# Footer
|
| 322 |
gr.Markdown("---")
|
| 323 |
-
|
| 324 |
-
**Note:**
|
| 325 |
-
- Callback URL is fixed to `1hit.no/cover/cb.php`
|
| 326 |
-
- Choose between auto-generated temporary URL or provide your own upload URL
|
| 327 |
-
- Make sure you have a valid Suno API key configured
|
| 328 |
-
""")
|
| 329 |
|
| 330 |
# Launch the app
|
| 331 |
if __name__ == "__main__":
|
|
|
|
| 198 |
outputs=custom_upload_url
|
| 199 |
)
|
| 200 |
|
| 201 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
|
| 203 |
with gr.TabItem("Advanced Settings"):
|
| 204 |
with gr.Row():
|
|
|
|
| 315 |
|
| 316 |
# Footer
|
| 317 |
gr.Markdown("---")
|
| 318 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
|
| 320 |
# Launch the app
|
| 321 |
if __name__ == "__main__":
|