Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -9,8 +9,9 @@
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>Real-time Speech-to-Text</h1>
|
12 |
-
<
|
13 |
-
<
|
|
|
14 |
<p><strong>Transcription:</strong></p>
|
15 |
<p id="output"></p>
|
16 |
</body>
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>Real-time Speech-to-Text</h1>
|
12 |
+
<p id="modelStatus">⏳ Loading model...</p>
|
13 |
+
<button id="recordButton" disabled>🔄 Model loading...</button>
|
14 |
+
<p id="status">Waiting for model...</p>
|
15 |
<p><strong>Transcription:</strong></p>
|
16 |
<p id="output"></p>
|
17 |
</body>
|