JanBabela commited on
Commit
18c9970
1 Parent(s): 86d4eab

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +24 -3
index.html CHANGED
@@ -30,8 +30,7 @@
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> </p>
35
  <p>
36
  Amazing Grace, originally played by flute, modified to be played by violin
37
  <audio controls>
@@ -49,7 +48,7 @@
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>
@@ -59,6 +58,28 @@
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>
 
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> <br> Examples of music generated by modifying the underlying song: <br> </p>
 
34
  <p>
35
  Amazing Grace, originally played by flute, modified to be played by violin
36
  <audio controls>
 
48
  <p>
49
  Iko iko, originally played by accordion, modified to be played by saxophone
50
  <audio controls>
51
+ <source src="Iko_iko_accordion_i2i_sax.wav" type="audio/wav">
52
  Your browser does not support the audio element.
53
  </audio>
54
  </p>
 
58
  <source src="When_the_Saints_violin_i2i_vocals.wav" type="audio/wav">
59
  Your browser does not support the audio element.
60
  </audio>
61
+ </p>
62
+ <p> <br> Examples of longer music samples: <br> </p>
63
+ <p>
64
+ Iko iko, originally played by accordion, modified to be played by saxophone
65
+ <audio controls>
66
+ <source src="Iko_iko_long_accordion_i2i_sax.wav" type="audio/wav">
67
+ Your browser does not support the audio element.
68
+ </audio>
69
+ </p>
70
+ <p>
71
+ Iko iko, originally played by accordion, modified to be played by violin
72
+ <audio controls>
73
+ <source src="Iko_iko_long_sax_i2i_violin.wav" type="audio/wav">
74
+ Your browser does not support the audio element.
75
+ </audio>
76
+ </p>
77
+ <p>
78
+ When the Saints, originally played by piano, modified to be played by flute
79
+ <audio controls>
80
+ <source src="When_the_Saints_long_piano_i2i_flute.wav" type="audio/wav">
81
+ Your browser does not support the audio element.
82
+ </audio>
83
  </p>
84
  </div>
85
  </body>