chilge commited on
Commit
90682e1
1 Parent(s): 059f928

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -3
index.html CHANGED
@@ -25,6 +25,9 @@
25
  .description {
26
  text-align: center;
27
  }
 
 
 
28
  </style>
29
  </head>
30
  <body>
@@ -60,7 +63,7 @@
60
  </audio>
61
  <p>歌曲《锦鲤抄》片段合成效果</p>
62
  </div>
63
- </div>
64
  <div class="audio-container">
65
  <div class="audio-player">
66
  <audio controls>
@@ -77,7 +80,7 @@
77
  <p>歌曲《牵丝戏》片段合成效果</p>
78
  </div>
79
  </div>
80
- <h1>DiffSInger合成效果展示</h1>
81
  <div class="audio-container">
82
  <div class="audio-player">
83
  <audio controls>
@@ -85,9 +88,13 @@
85
  Your browser does not support the audio element.
86
  </audio>
87
  <p>歌曲《我多想再见啊》</p>
 
 
 
 
88
  </div>
89
- <a href="https://huggingface.co/spaces/chilge/zuoye/resolve/main/%E6%95%B0%E6%8D%AE%E9%9B%86.zip?download=true" download>点击此处下载数据集</a>
90
  </body>
91
  </html>
92
 
93
 
 
 
25
  .description {
26
  text-align: center;
27
  }
28
+ .download-container {
29
+ text-align: center;
30
+ }
31
  </style>
32
  </head>
33
  <body>
 
63
  </audio>
64
  <p>歌曲《锦鲤抄》片段合成效果</p>
65
  </div>
66
+ </div>
67
  <div class="audio-container">
68
  <div class="audio-player">
69
  <audio controls>
 
80
  <p>歌曲《牵丝戏》片段合成效果</p>
81
  </div>
82
  </div>
83
+ <h1>DiffSInger合成效果展示</h1>
84
  <div class="audio-container">
85
  <div class="audio-player">
86
  <audio controls>
 
88
  Your browser does not support the audio element.
89
  </audio>
90
  <p>歌曲《我多想再见啊》</p>
91
+ </div>
92
+ </div>
93
+ <div class="download-container">
94
+ <a href="https://huggingface.co/spaces/chilge/zuoye/resolve/main/%E6%95%B0%E6%8D%AE%E9%9B%86.zip?download=true" download>点击此处下载最终歌唱数据集</a>
95
  </div>
 
96
  </body>
97
  </html>
98
 
99
 
100
+