Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -8,7 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div>
|
11 |
-
|
|
|
12 |
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
|
13 |
|
14 |
|
@@ -258,6 +259,7 @@ Good to see you!
|
|
258 |
<div id="buttons">
|
259 |
|
260 |
</div>
|
|
|
261 |
<input type="text" id="textInput" value ="Hello." placeholder="Enter some text here...">
|
262 |
|
263 |
<button id="myButton">Text To Speak</button><br>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div>
|
11 |
+
<h1><a href="https://huggingface.co/Akjava/matcha-tts_vctk-onnx">Matcha-TTS VCTK-Onnx Demo</a></h1>
|
12 |
+
<a href="https://huggingface.co/datasets/CSTR-Edinburgh/vctk">Dataset:CSTR-Edinburgh/vctk</a>
|
13 |
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
|
14 |
|
15 |
|
|
|
259 |
<div id="buttons">
|
260 |
|
261 |
</div>
|
262 |
+
<br>
|
263 |
<input type="text" id="textInput" value ="Hello." placeholder="Enter some text here...">
|
264 |
|
265 |
<button id="myButton">Text To Speak</button><br>
|