Skip to content

Commit c46eb5b

Browse files
committed
docs: add new parameter to readme
1 parent cee7c65 commit c46eb5b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,22 @@ const image = "https://www.stgeorges.nhs.uk/wp-content/uploads/2014/03/hand-2.jp
8686
PLATFORM
8787
</td>
8888
<td>
89-
"node" or "classic"
89+
"node" or "classic" (optional)
9090
</td>
9191
<td>
9292
Choose the platform to use for the computation of the prediction. If you want to use the tfjs-node platform, use "node" as the parameter, otherwise use "classic".
9393
</td>
9494
</tr>
95+
<tr>
96+
<td>
97+
METADATA
98+
</td>
99+
<td>
100+
metadata.json (optional)
101+
</td>
102+
<td>
103+
If you want to specify a set of metadata for the model.
104+
</td>
105+
</tr>
95106
</tdata>
96107
</table>

0 commit comments

Comments
 (0)