Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
@@ -30,12 +30,14 @@
|
|
30 |
Colab notebook is included, where you can find step by step, how to do it.
|
31 |
<a href="https://huggingface.co/spaces/JanBabela/Riffusion-Melodiff-v1/blob/main/melodiff_v1.ipynb" target="_blank">Melodiff_v1</a>.
|
32 |
</p>
|
33 |
-
<p> Here are some examples of audio generated by modifying underlying song:
|
|
|
|
|
34 |
<audio controls>
|
35 |
-
<source src="
|
36 |
Your browser does not support the audio element.
|
37 |
</audio>
|
38 |
-
|
39 |
</div>
|
40 |
</body>
|
41 |
</html>
|
|
|
30 |
Colab notebook is included, where you can find step by step, how to do it.
|
31 |
<a href="https://huggingface.co/spaces/JanBabela/Riffusion-Melodiff-v1/blob/main/melodiff_v1.ipynb" target="_blank">Melodiff_v1</a>.
|
32 |
</p>
|
33 |
+
<p> Here are some examples of audio generated by modifying underlying song: </p>
|
34 |
+
<p>
|
35 |
+
Amazing Grace, originally played by flute, modified to be played by violin
|
36 |
<audio controls>
|
37 |
+
<source src="Amazing_Grace_flute_i2i_violin.wav" type="audio/wav">
|
38 |
Your browser does not support the audio element.
|
39 |
</audio>
|
40 |
+
</p>
|
41 |
</div>
|
42 |
</body>
|
43 |
</html>
|