Xenova HF staff commited on
Commit
c1aa0d7
·
verified ·
1 Parent(s): 05311e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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 "../src/transformers.js";
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";