Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -4
index.html
CHANGED
@@ -3,14 +3,15 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Speech-to-Text
|
7 |
<script src="https://cdn.jsdelivr.net/npm/@xenova/transformers"></script>
|
8 |
<script defer src="script.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
-
<h1>
|
12 |
-
<
|
13 |
-
<
|
|
|
14 |
<p id="output"></p>
|
15 |
</body>
|
16 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Real-time Speech-to-Text</title>
|
7 |
<script src="https://cdn.jsdelivr.net/npm/@xenova/transformers"></script>
|
8 |
<script defer src="script.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
+
<h1>Real-time Speech-to-Text</h1>
|
12 |
+
<button id="recordButton">🎤 Start Recording</button>
|
13 |
+
<p id="status">Press the button and speak...</p>
|
14 |
+
<p><strong>Transcription:</strong></p>
|
15 |
<p id="output"></p>
|
16 |
</body>
|
17 |
</html>
|