Spaces:
Sleeping
Sleeping
Update static/script.js
Browse files- static/script.js +3 -0
static/script.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
|
|
|
2 |
//Updating Frames in Image tag to Show Video Stream
|
3 |
window.addEventListener('load', function () {
|
4 |
console.log("Window UP")
|
@@ -45,6 +46,8 @@ function stopProcess(message) {
|
|
45 |
}
|
46 |
|
47 |
|
|
|
|
|
48 |
//This Code is used to Communicate b/w Client & Server via SOCKETIO
|
49 |
var socket = io.connect('http://0.0.0.0:7860');
|
50 |
|
|
|
1 |
|
2 |
+
|
3 |
//Updating Frames in Image tag to Show Video Stream
|
4 |
window.addEventListener('load', function () {
|
5 |
console.log("Window UP")
|
|
|
46 |
}
|
47 |
|
48 |
|
49 |
+
|
50 |
+
|
51 |
//This Code is used to Communicate b/w Client & Server via SOCKETIO
|
52 |
var socket = io.connect('http://0.0.0.0:7860');
|
53 |
|