Spaces:
Running
Running
benjamin-paine
commited on
Update index.js
Browse files
index.js
CHANGED
@@ -15,7 +15,7 @@ const canvasSize = { width: 640, height: 100 };
|
|
15 |
const graphLineWidth = 1;
|
16 |
const options = {
|
17 |
debug: true,
|
18 |
-
modelPath: wakeWords.map((word) => `https://huggingface.co/
|
19 |
};
|
20 |
|
21 |
/** Helper method for conversion */
|
|
|
15 |
const graphLineWidth = 1;
|
16 |
const options = {
|
17 |
debug: true,
|
18 |
+
modelPath: wakeWords.map((word) => `https://huggingface.co/benjamin-paine/hey-buddy/resolve/main/models/${word.replace(' ', '-')}.onnx`)
|
19 |
};
|
20 |
|
21 |
/** Helper method for conversion */
|