radames commited on
Commit
3eced31
1 Parent(s): 891a89b

Update index.html

Browse files
Files changed (1) hide show
  1. 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