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