evanking commited on
Commit
416db0f
β€’
1 Parent(s): 50daeba

Modify UI behavior on model load

Browse files
assets/{index-B7AswtMH.js β†’ index-0hpb9Maq.js} RENAMED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
@@ -59,7 +59,7 @@
59
  stroke-miterlimit: 10;
60
  }
61
  </style>
62
- <script type="module" crossorigin src="/assets/index-B7AswtMH.js"></script>
63
  </head>
64
  <body>
65
  <div id="root">
@@ -86,7 +86,7 @@
86
  <option value="base">moonshine/base</option>
87
  </select>
88
  <input type="file" id="upload" style="display: none;" />
89
- <button onclick="document.getElementById('upload').click();">Browse</button>
90
  <button id="startRecord">Record</button>
91
  <button id="stopRecord" style="display: none;">Stop</button>
92
  </div>
@@ -97,9 +97,9 @@
97
  <div class="justify-center">
98
  <button id="transcribe">Transcribe</button>
99
  </div>
100
- <div class="justify-center">
101
- <span id="transcription"></span>
102
- </div>
103
  </div>
104
  </div>
105
  </div>
 
59
  stroke-miterlimit: 10;
60
  }
61
  </style>
62
+ <script type="module" crossorigin src="/assets/index-0hpb9Maq.js"></script>
63
  </head>
64
  <body>
65
  <div id="root">
 
86
  <option value="base">moonshine/base</option>
87
  </select>
88
  <input type="file" id="upload" style="display: none;" />
89
+ <button id="browse" onclick="document.getElementById('upload').click();">Browse</button>
90
  <button id="startRecord">Record</button>
91
  <button id="stopRecord" style="display: none;">Stop</button>
92
  </div>
 
97
  <div class="justify-center">
98
  <button id="transcribe">Transcribe</button>
99
  </div>
100
+ </div>
101
+ <div class="justify-center">
102
+ <span id="transcription"></span>
103
  </div>
104
  </div>
105
  </div>