krishna195 commited on
Commit
8ec810b
·
verified ·
1 Parent(s): 64745dd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -9,8 +9,9 @@
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>
 
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>