Akjava commited on
Commit
248976b
1 Parent(s): b3f6e0e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -30,7 +30,7 @@
30
  let speaking = false
31
  let total_infer_time=0
32
  let count_infer=0
33
- async function main(model_name="en001_ep6399_univ_simplify_q8") {
34
  console.log(model_name)
35
  if (speaking){
36
  console.log("speaking return")
 
30
  let speaking = false
31
  let total_infer_time=0
32
  let count_infer=0
33
+ async function main(model_name) {
34
  console.log(model_name)
35
  if (speaking){
36
  console.log("speaking return")