MySafeCode commited on
Commit
18ca138
·
verified ·
1 Parent(s): 958aeb0

Update aaa.py

Browse files
Files changed (1) hide show
  1. aaa.py +3 -3
aaa.py CHANGED
@@ -408,18 +408,18 @@ with gr.Blocks(title="Suno Cover Creator", theme=gr.themes.Soft(), css=css) as a
408
 
409
  cover_prompt = gr.Textbox(
410
  label="Prompt/Lyrics",
411
- value="Trallala",
412
  lines=5
413
  )
414
 
415
  cover_title = gr.Textbox(
416
- label="Title",
417
  value="It is Thursday"
418
  )
419
 
420
  cover_style = gr.Textbox(
421
  label="Style",
422
- value="Epic Orchestral, Dark Cinematic"
423
  )
424
 
425
  gr.Markdown("### 🔗 Audio Source")
 
408
 
409
  cover_prompt = gr.Textbox(
410
  label="Prompt/Lyrics",
411
+ value="",
412
  lines=5
413
  )
414
 
415
  cover_title = gr.Textbox(
416
+ label="",
417
  value="It is Thursday"
418
  )
419
 
420
  cover_style = gr.Textbox(
421
  label="Style",
422
+ value=""
423
  )
424
 
425
  gr.Markdown("### 🔗 Audio Source")