Skip to content

Commit 7369d42

Browse files
authored
Merge pull request #1226 from yoychen/patch-1
docs: fix markdown format in `feature-extractor`
2 parents 43781af + 59e10aa commit 7369d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/feature-extractor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ featureExtractor.load(filesOrPath = null, callback);
243243
```
244244
245245
📥 **Inputs**
246-
* **filesOrPath** - A path to your `model.json` if you are using a string path. If you are using the HTML file input, then select BOTH the `model.json` and the model.weights.bin` files.
246+
* **filesOrPath** - A path to your `model.json` if you are using a string path. If you are using the HTML file input, then select BOTH the `model.json` and the `model.weights.bin` files.
247247
* **callback** - Optional. A function to do after your model has been loaded
248248
249249
📤 **Outputs**

0 commit comments

Comments
 (0)