carpedm20 commited on
Commit
f6acbc4
·
verified ·
1 Parent(s): 87259b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ The engine is automatically downloaded when using SAM3 with TensorRT enabled.
21
  ```python
22
  from ai.models.sam3 import Sam3SegmentationModel
23
 
24
- model = Sam3SegmentationModel(use_trt=True)
25
  result = await model.segment_text(image, payload=payload, text_prompts="person")
26
  ```
27
 
 
21
  ```python
22
  from ai.models.sam3 import Sam3SegmentationModel
23
 
24
+ model = Sam3SegmentationModel()
25
  result = await model.segment_text(image, payload=payload, text_prompts="person")
26
  ```
27