Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ title = """
|
|
41 |
"
|
42 |
>
|
43 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
44 |
-
Riffusion real-time music generation
|
45 |
</h1>
|
46 |
</div>
|
47 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
@@ -62,7 +62,7 @@ article = """
|
|
62 |
<div class="footer">
|
63 |
<p>
|
64 |
<a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion model</a> by Seth Forsgren and Hayk Martiros -
|
65 |
-
|
66 |
</p>
|
67 |
</div>
|
68 |
|
|
|
41 |
"
|
42 |
>
|
43 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
44 |
+
Riffusion real-time image-to-music generation
|
45 |
</h1>
|
46 |
</div>
|
47 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
|
|
62 |
<div class="footer">
|
63 |
<p>
|
64 |
<a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion model</a> by Seth Forsgren and Hayk Martiros -
|
65 |
+
<a href="https://github.com/salesforce/BLIP" target="_blank"> BLIP Model <\a> by Junnan Li et al. - Demo forked from 🤗 <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>'s demo
|
66 |
</p>
|
67 |
</div>
|
68 |
|