Skip to content

Commit

Permalink
fix(melanoma): Updated model url
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiborjosue committed Mar 22, 2024
1 parent 279c0a0 commit bc288ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/melanoma.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc288ec

Please sign in to comment.