Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -112,12 +112,6 @@ article = """
|
|
112 |
generation of artworks, audio, and use in creative processes, applications in educational or creative tools, research on generative models.
|
113 |
|
114 |
</p>
|
115 |
-
<div class="footer">
|
116 |
-
<p>
|
117 |
-
<a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion model</a> by Seth Forsgren and Hayk Martiros -
|
118 |
-
Demo by π€ <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
|
119 |
-
</p>
|
120 |
-
</div>
|
121 |
|
122 |
<p style="text-align: center;font-size: 94%">
|
123 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
@@ -126,6 +120,25 @@ article = """
|
|
126 |
<a href="https://colab.research.google.com/drive/1FhH3HlN8Ps_Pr9OR6Qcfbfz7utDvICl0?usp=sharing" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
|
127 |
</span>
|
128 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
"""
|
130 |
|
131 |
css = '''
|
|
|
112 |
generation of artworks, audio, and use in creative processes, applications in educational or creative tools, research on generative models.
|
113 |
|
114 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
<p style="text-align: center;font-size: 94%">
|
117 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
|
|
120 |
<a href="https://colab.research.google.com/drive/1FhH3HlN8Ps_Pr9OR6Qcfbfz7utDvICl0?usp=sharing" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
|
121 |
</span>
|
122 |
</p>
|
123 |
+
|
124 |
+
<div class="footer">
|
125 |
+
<p>
|
126 |
+
<a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion model</a> by Seth Forsgren and Hayk Martiros -
|
127 |
+
Demo by π€ <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
|
128 |
+
</p>
|
129 |
+
</div>
|
130 |
+
|
131 |
+
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
132 |
+
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
133 |
+
<div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
|
134 |
+
<svg height="20" width="158" style="margin-left:4px">
|
135 |
+
<a href="https://huggingface.co/spaces/fffiloni/img-to-music" target="_blank">
|
136 |
+
<image href="https://img.shields.io/badge/π€ Spaces-Image to Music-blue" src="https://img.shields.io/badge/π€ Spaces-Image to Music-blue.png" height="20"/>
|
137 |
+
</a>
|
138 |
+
</svg>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
|
142 |
"""
|
143 |
|
144 |
css = '''
|