Akjava commited on
Commit
c5889e1
1 Parent(s): 747ffc5

Update index.html

Browse files
Files changed (1) hide show
  1. 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('result2').innerText=text
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(){