Akjava commited on
Commit
8cd4a84
1 Parent(s): d06dbc0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -116,6 +116,9 @@
116
  document.getElementById('speed').onchange = update_range3
117
  }
118
  function loadModel(model_name){
 
 
 
119
  main(model_name)
120
  }
121
 
 
116
  document.getElementById('speed').onchange = update_range3
117
  }
118
  function loadModel(model_name){
119
+ total_infer_time=0
120
+ count_infer=0
121
+ matcha_tts_raw=null
122
  main(model_name)
123
  }
124