Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -29,11 +29,11 @@ title = """
|
|
29 |
"
|
30 |
>
|
31 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
32 |
-
Riffusion
|
33 |
</h1>
|
34 |
</div>
|
35 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
36 |
-
Describe a musical prompt, generate music by getting a
|
37 |
|
38 |
<p style="font-size: 94%">
|
39 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
@@ -47,7 +47,9 @@ title = """
|
|
47 |
article = """
|
48 |
<p style="font-size: 0.8em;line-height: 1.2em;">
|
49 |
About the model: Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
|
|
|
50 |
<br />The Riffusion model was created by fine-tuning the Stable-Diffusion-v1-5 checkpoint.
|
|
|
51 |
<br />The model is intended for research purposes only. Possible research areas and tasks include
|
52 |
generation of artworks, audio, and use in creative processes, applications in educational or creative tools, research on generative models.
|
53 |
|
|
|
29 |
"
|
30 |
>
|
31 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
32 |
+
Riffusion real-time music generation
|
33 |
</h1>
|
34 |
</div>
|
35 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
36 |
+
Describe a musical prompt, generate music by getting a spectrogram image & sound.
|
37 |
|
38 |
<p style="font-size: 94%">
|
39 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
|
|
47 |
article = """
|
48 |
<p style="font-size: 0.8em;line-height: 1.2em;">
|
49 |
About the model: Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
|
50 |
+
<br />β
|
51 |
<br />The Riffusion model was created by fine-tuning the Stable-Diffusion-v1-5 checkpoint.
|
52 |
+
<br />β
|
53 |
<br />The model is intended for research purposes only. Possible research areas and tasks include
|
54 |
generation of artworks, audio, and use in creative processes, applications in educational or creative tools, research on generative models.
|
55 |
|