Update speech-to-text.html
Browse files- speech-to-text.html +6 -5
speech-to-text.html
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
</head>
|
| 57 |
<body>
|
| 58 |
<header>
|
| 59 |
-
<h1>
|
| 60 |
</header>
|
| 61 |
<a class="button" href="/">Home</a>
|
| 62 |
<a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
|
|
@@ -64,11 +64,12 @@
|
|
| 64 |
<a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
|
| 65 |
<script
|
| 66 |
type="module"
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
|
|
|
| 70 |
<footer>
|
| 71 |
-
<p>©️
|
| 72 |
</footer>
|
| 73 |
<script>
|
| 74 |
function openLink(url) {
|
|
|
|
| 56 |
</head>
|
| 57 |
<body>
|
| 58 |
<header>
|
| 59 |
+
<h1>A N I M A - Speech-to-Text</h1>
|
| 60 |
</header>
|
| 61 |
<a class="button" href="/">Home</a>
|
| 62 |
<a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
|
|
|
|
| 64 |
<a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
|
| 65 |
<script
|
| 66 |
type="module"
|
| 67 |
+
<script
|
| 68 |
+
type="module"
|
| 69 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/3.50.2/gradio.js"></script>
|
| 70 |
+
<gradio-app src="https://severian-speech-to-text.hf.space"></gradio-app>
|
| 71 |
<footer>
|
| 72 |
+
<p>©️ ANIMA</p>
|
| 73 |
</footer>
|
| 74 |
<script>
|
| 75 |
function openLink(url) {
|