Update index.html
Browse files- index.html +22 -0
index.html
CHANGED
@@ -31,6 +31,7 @@
|
|
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>
|
@@ -38,6 +39,27 @@
|
|
38 |
Your browser does not support the audio element.
|
39 |
</audio>
|
40 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
</div>
|
42 |
</body>
|
43 |
</html>
|
|
|
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> </p>
|
35 |
<p>
|
36 |
Amazing Grace, originally played by flute, modified to be played by violin
|
37 |
<audio controls>
|
|
|
39 |
Your browser does not support the audio element.
|
40 |
</audio>
|
41 |
</p>
|
42 |
+
<p>
|
43 |
+
Bella Cao, originally played by violin, modified to be played by saxophone
|
44 |
+
<audio controls>
|
45 |
+
<source src="Bella_Cao_violin_i2i_sax.wav" type="audio/wav">
|
46 |
+
Your browser does not support the audio element.
|
47 |
+
</audio>
|
48 |
+
</p>
|
49 |
+
<p>
|
50 |
+
Iko iko, originally played by accordion, modified to be played by saxophone
|
51 |
+
<audio controls>
|
52 |
+
<source src="Iko_iko_accordion_i2i_sax.wav type="audio/wav">
|
53 |
+
Your browser does not support the audio element.
|
54 |
+
</audio>
|
55 |
+
</p>
|
56 |
+
<p>
|
57 |
+
When the Saints, originally played by violin, modified to be sang by vocals
|
58 |
+
<audio controls>
|
59 |
+
<source src="When_the_Saints_violin_i2i_vocals.wav" type="audio/wav">
|
60 |
+
Your browser does not support the audio element.
|
61 |
+
</audio>
|
62 |
+
</p>
|
63 |
</div>
|
64 |
</body>
|
65 |
</html>
|