Skip to content

Commit d11af4c

Browse files
committed
docs: add new parameter for platform
1 parent 1d2549d commit d11af4c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,16 @@ const image =
7373
The file path or URL to the image you want classified.
7474
</td>
7575
</tr>
76+
<tr>
77+
<td>
78+
PLATFORM
79+
</td>
80+
<td>
81+
"node" | "regular"
82+
</td>
83+
<td>
84+
Choose whether to use tfjs-node or regular tfjs as the ML Platform (Defaults to node).
85+
</td>
86+
</tr>
7687
</tdata>
7788
</table>

0 commit comments

Comments
 (0)