KingNish commited on
Commit
051a4de
1 Parent(s): 5c2edba

Update script1.js

Browse files
Files changed (1) hide show
  1. script1.js +5 -1
script1.js CHANGED
@@ -602,4 +602,8 @@ async function processWithGradio(imageBlob) {
602
  }
603
 
604
 
605
- setInterval(updateLatency, 100);
 
 
 
 
 
602
  }
603
 
604
 
605
+ setInterval(updateLatency, 100);
606
+
607
+ window.onload = () => {
608
+ startWebcam();
609
+ };