Update index.html
Browse files- 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 |
|