Skip to content

Commit 1452202

Browse files
authored
Update packages/tasks/src/model-libraries-snippets.ts
1 parent 3d9e4bb commit 1452202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ with torch.inference_mode(), torch.autocast("cuda", dtype=torch.bfloat16):
14451445
return [image_predictor, video_predictor];
14461446
};
14471447

1448-
export const sam_3d_object = (model: ModelData): string[] => [
1448+
export const sam_3d_objects = (model: ModelData): string[] => [
14491449
`from inference import Inference, load_image, load_single_mask
14501450
from huggingface_hub import hf_hub_download
14511451

0 commit comments

Comments
 (0)