Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragyanur committed Jul 31, 2023
1 parent d0aaab4 commit 3825ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/ml/first.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
style="padding: 5px; border-left: 4px dashed white; border-top: 4px dashed white; border-right: 4px dashed white; border-radius: 20px 20px 0px 0px;"></canvas>
<script src="../../scripts/ml/first.js"></script>
<div
style="background-color: rgb(255, 255, 255); color: rgb(208, 132, 132); padding: 30px; text-align: center; font-size: 20px; border-radius: 0px 0px 20px 20px;">
style="background-color: rgb(255, 255, 255); color: rgb(182, 82, 82); padding: 30px; text-align: center; font-size: 20px; border-radius: 0px 0px 20px 20px;">
<p id="p1">
Prediction would be displayed here.<br>
Prediction will be displayed here.<br>
It's confidence will be displayed below.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion scripts/ml/first.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ function setup() {
}

function draw() {
image(video, 0, 0, width, height);
img = image(video, 0, 0, width, height);
}

0 comments on commit 3825ba2

Please sign in to comment.