KingNish commited on
Commit
407246c
·
verified ·
1 Parent(s): 1d018ac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -25,6 +25,10 @@
25
  <option value="OtherVoice">Other Voice</option>
26
  </select>
27
  </div>
 
 
 
 
28
  <script src="main.js"></script>
29
  <script src="secure.js"></script>
30
  </body>
 
25
  <option value="OtherVoice">Other Voice</option>
26
  </select>
27
  </div>
28
+ <select id="modelSelect" style="visibility: hidden;">
29
+ <option value="8b">Fastest</option>
30
+ <option value="70b">Powerful</option>
31
+ </select>
32
  <script src="main.js"></script>
33
  <script src="secure.js"></script>
34
  </body>