KingNish commited on
Commit
a697968
·
verified ·
1 Parent(s): a96918a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -381,7 +381,7 @@ def generate_music(
381
 
382
 
383
  @spaces.GPU(duration=120)
384
- def infer(genre_txt_content, lyrics_txt_content, num_segments=2, max_new_tokens=10):
385
  # Execute the command
386
  try:
387
  audio_data = generate_music(genre_txt=genre_txt_content, lyrics_txt=lyrics_txt_content, run_n_segments=num_segments,
@@ -447,7 +447,7 @@ with gr.Blocks() as demo:
447
  gr.Examples(
448
  examples=[
449
  [
450
- "female blues airy vocal bright vocal piano sad romantic guitar jazz",
451
  """[verse]
452
  In the quiet of the evening, shadows start to fall
453
  Whispers of the night wind echo through the hall
 
381
 
382
 
383
  @spaces.GPU(duration=120)
384
+ def infer(genre_txt_content, lyrics_txt_content, num_segments=2, max_new_tokens=15):
385
  # Execute the command
386
  try:
387
  audio_data = generate_music(genre_txt=genre_txt_content, lyrics_txt=lyrics_txt_content, run_n_segments=num_segments,
 
447
  gr.Examples(
448
  examples=[
449
  [
450
+ "Rap, Hip-Hop, Street Vibes, Tough, Piercing Vocals, Piano, Synthesizer, Clear Male Vocals",
451
  """[verse]
452
  In the quiet of the evening, shadows start to fall
453
  Whispers of the night wind echo through the hall