Skip to content

Commit

Permalink
Fix dependencies for image classification example (#30842)
Browse files Browse the repository at this point in the history
* fix: missing dependencies

* fix: image classification dependencies
  • Loading branch information
jla524 committed May 17, 2024
1 parent 3802e78 commit 977ce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/zero_shot_image_classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In this guide you'll learn how to:
Before you begin, make sure you have all the necessary libraries installed:

```bash
pip install -q transformers
pip install -q "transformers[torch]" pillow
```

## Zero-shot image classification pipeline
Expand Down

0 comments on commit 977ce58

Please sign in to comment.