We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d199722 + 592270c commit b7c55fbCopy full SHA for b7c55fb
scratch-vm/src/extensions/scratch3_tm2scratch/index.js
@@ -691,7 +691,7 @@ class Scratch3TM2ScratchBlocks {
691
log.info(`sound model already loaded: ${url}`);
692
resolve();
693
} else {
694
- ml5.soundClassifier(`${url}model.json?${timestamp}`)
+ ml5.soundClassifier(`${url}model.json`)
695
.then(classifier => {
696
this.soundModelUrl = url;
697
this.soundMetadata = metadata;
0 commit comments