Skip to content

Commit

Permalink
Update teachablemachine_esp32cam_stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Oct 10, 2023
1 parent 81bebf7 commit 9d0e621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.onload = function () {
var Model;
var maxPredictions;

ShowImage.src = window.location.hostname+':81/?stream';
ShowImage.src = 'http://'+window.location.hostname+':81/?stream';
ShowImage.style.visibility = "visible";

setTimeout(function(){ShowImage.style.visibility = "hidden";loadModel();}, 5000);
Expand Down

0 comments on commit 9d0e621

Please sign in to comment.