Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -55,8 +55,8 @@
|
|
55 |
<div id="container">
|
56 |
<h1>Whisper WAV Transcription</h1>
|
57 |
|
58 |
-
<input type="
|
59 |
-
<input type="
|
60 |
|
61 |
<label for="audioFile">Select WAV File:</label>
|
62 |
<input type="file" id="audioFile" accept=".wav">
|
|
|
55 |
<div id="container">
|
56 |
<h1>Whisper WAV Transcription</h1>
|
57 |
|
58 |
+
<input type="password" id="apiKey" value="">
|
59 |
+
<input type="password" id="apiBaseUrl" value="">
|
60 |
|
61 |
<label for="audioFile">Select WAV File:</label>
|
62 |
<input type="file" id="audioFile" accept=".wav">
|