juancopi81 commited on
Commit
041cc85
1 Parent(s): 043fe87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate_images(prompt: str, num_steps: int, unconditional_guidance_scale: i
39
  # pass function, input type for prompt, the output for multiple images
40
  gr.Interface(
41
  title="Keras Dreambooth Riffusion-Currulao",
42
- 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.
43
  To generate the concept, use the phrase 'a $currulao song' in your prompt.
44
  """,
45
  fn=generate_images,
 
39
  # pass function, input type for prompt, the output for multiple images
40
  gr.Interface(
41
  title="Keras Dreambooth Riffusion-Currulao",
42
+ description="""This SD model has been fine-tuned from Riffusion to generate spectrograms of [Currulao](https://en.wikipedia.org/wiki/Music_of_Colombia#Currulao) music. 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.
43
  To generate the concept, use the phrase 'a $currulao song' in your prompt.
44
  """,
45
  fn=generate_images,