Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
@@ -3,16 +3,18 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<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>
|
12 |
<p id="modelStatus">β³ Loading model...</p>
|
13 |
-
<button id="
|
|
|
14 |
<p id="status">Waiting for model...</p>
|
15 |
<p><strong>Transcription:</strong></p>
|
16 |
<p id="output"></p>
|
|
|
17 |
</body>
|
18 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Speech-to-Text Debug</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>Speech-to-Text (Debug Mode)</h1>
|
12 |
<p id="modelStatus">β³ Loading model...</p>
|
13 |
+
<button id="testModel" disabled>Test Model</button>
|
14 |
+
<button id="recordButton" disabled>π Model Loading...</button>
|
15 |
<p id="status">Waiting for model...</p>
|
16 |
<p><strong>Transcription:</strong></p>
|
17 |
<p id="output"></p>
|
18 |
+
<p id="error" style="color: red;"></p>
|
19 |
</body>
|
20 |
</html>
|