Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
•
7346b48
1
Parent(s):
a26ee4d
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_images(prompt: str, num_steps: int, unconditional_guidance_scale: i
|
|
28 |
# pass function, input type for prompt, the output for multiple images
|
29 |
gr.Interface(
|
30 |
title="Keras Dreambooth Riffusion-Currulao",
|
31 |
-
description="""This SD model has been fine-tuned from Riffusion to generate Currulao spectrograms.
|
32 |
To generate the concept, use the phrase 'a $currulao song' in your prompt.
|
33 |
""",
|
34 |
fn=generate_images,
|
|
|
28 |
# pass function, input type for prompt, the output for multiple images
|
29 |
gr.Interface(
|
30 |
title="Keras Dreambooth Riffusion-Currulao",
|
31 |
+
description="""This SD model has been fine-tuned from Riffusion to generate Currulao spectrograms. Currulao is a traditional Afro-Colombian music and dance genre, characterized by its rhythmic beats, call-and-response singing, and lively percussion instruments, that holds significant cultural and social importance in Colombia, particularly in the Pacific coast region, as a celebration of African heritage and community identity.
|
32 |
To generate the concept, use the phrase 'a $currulao song' in your prompt.
|
33 |
""",
|
34 |
fn=generate_images,
|