Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 26, 2023
1 parent d327d31 commit 5d924dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -3143,7 +3143,7 @@ export class CLIPSegModel extends CLIPSegPreTrainedModel { }
*
* for (let i = 0; i < preds.dims[0]; ++i) {
* const img = RawImage.fromTensor(preds[i]);
* img.save(`prediction_${i}.png`)
* img.save(`prediction_${i}.png`);
* }
* ```
*/
Expand Down

0 comments on commit 5d924dc

Please sign in to comment.