Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -75,7 +75,7 @@
|
|
75 |
get_point_mask = """
|
76 |
async function getPointMask(image, points) {
|
77 |
console.log("getting point mask");
|
78 |
-
console.log(image, points)
|
79 |
const { maskURL } = await segmentPoints(
|
80 |
image,
|
81 |
points
|
|
|
75 |
get_point_mask = """
|
76 |
async function getPointMask(image, points) {
|
77 |
console.log("getting point mask");
|
78 |
+
//console.log(image, points)
|
79 |
const { maskURL } = await segmentPoints(
|
80 |
image,
|
81 |
points
|