Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -98,7 +98,7 @@
|
|
98 |
function update_infer_bench1(){
|
99 |
|
100 |
const text = `${loaded_model_name} load time ${load_time.toFixed(2)} ms`;
|
101 |
-
document.getElementById('
|
102 |
}
|
103 |
|
104 |
function update_infer_bench2(){
|
|
|
98 |
function update_infer_bench1(){
|
99 |
|
100 |
const text = `${loaded_model_name} load time ${load_time.toFixed(2)} ms`;
|
101 |
+
document.getElementById('result1').innerText=text
|
102 |
}
|
103 |
|
104 |
function update_infer_bench2(){
|