Almaatla commited on
Commit
8d54513
·
verified ·
1 Parent(s): f37db5b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -54,8 +54,9 @@
54
  <body>
55
  <div id="container">
56
  <h1>Whisper WAV Transcription</h1>
57
-
58
  <input type="text" id="apiKey"> <!-- Hidden input for API key -->
 
59
  <input type="text" id="apiBaseUrl"> <!-- Hidden input for API base URL -->
60
 
61
  <label for="audioFile">Select WAV File:</label>
 
54
  <body>
55
  <div id="container">
56
  <h1>Whisper WAV Transcription</h1>
57
+ <h3>API Key</h3>
58
  <input type="text" id="apiKey"> <!-- Hidden input for API key -->
59
+ <h3>API base url (with '.../v1/' at the end)</h3>
60
  <input type="text" id="apiBaseUrl"> <!-- Hidden input for API base URL -->
61
 
62
  <label for="audioFile">Select WAV File:</label>