Xenova HF staff commited on
Commit
0927eaf
1 Parent(s): 16a70cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ If you haven't already, you can install the [Transformers.js](https://huggingfac
11
  npm i @xenova/transformers
12
  ```
13
 
14
- **Example:** Perform object-detection with `Xenova/convnextv2-large-1k-224`.
15
 
16
  ```js
17
  import { pipeline } from '@xenova/transformers';
 
11
  npm i @xenova/transformers
12
  ```
13
 
14
+ **Example:** Perform image classification with `Xenova/convnextv2-large-1k-224`.
15
 
16
  ```js
17
  import { pipeline } from '@xenova/transformers';