Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,7 @@ npm i @huggingface/transformers
|
|
14 |
|
15 |
**Example:** Zero-shot object detection with `onnx-community/grounding-dino-tiny-ONNX`.
|
16 |
```js
|
17 |
-
import { AutoModelForZeroShotObjectDetection, AutoProcessor, load_image } from "
|
18 |
-
// import { AutoModelForZeroShotObjectDetection, AutoProcessor, load_image } from "@huggingface/transformers";
|
19 |
|
20 |
// Load model and processor
|
21 |
const model_id = "onnx-community/grounding-dino-tiny-ONNX";
|
|
|
14 |
|
15 |
**Example:** Zero-shot object detection with `onnx-community/grounding-dino-tiny-ONNX`.
|
16 |
```js
|
17 |
+
import { AutoModelForZeroShotObjectDetection, AutoProcessor, load_image } from "@huggingface/transformers";
|
|
|
18 |
|
19 |
// Load model and processor
|
20 |
const model_id = "onnx-community/grounding-dino-tiny-ONNX";
|