diff --git a/examples/melanoma.js b/examples/melanoma.js index cb0ecc2f..a163b18f 100644 --- a/examples/melanoma.js +++ b/examples/melanoma.js @@ -45,7 +45,7 @@ async function run() { async function predict(file) { // Load model const model = await tf.loadLayersModel( - "https://raw.githubusercontent.com/gaiborjosue/melanoma_detection/website/vggMeshOut/model.json" + "https://raw.githubusercontent.com/mpsych/melanoma/main/weights/model.json" ); // Get the image