Update app.py
Browse files
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=
|
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 |
-
"
|
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
|