summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--candle-wasm-examples/segment-anything/lib-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-wasm-examples/segment-anything/lib-example.html b/candle-wasm-examples/segment-anything/lib-example.html
index 127b9152..5060f073 100644
--- a/candle-wasm-examples/segment-anything/lib-example.html
+++ b/candle-wasm-examples/segment-anything/lib-example.html
@@ -20,7 +20,7 @@
</style>
<script src="https://cdn.tailwindcss.com"></script>
<script type="module">
- // base url for audio examples
+ // base url for image examples
const MODEL_BASEURL =
"https://huggingface.co/lmz/candle-sam/resolve/main/";
@@ -38,7 +38,7 @@
async function segmentPoints(
modelURL, // URL to the weights file
modelID, // model ID
- imageURL, // URL to the audio file
+ imageURL, // URL to the image file
points // {x, y} points to prompt image
) {
return new Promise((resolve, reject) => {