Fix dependencies for image classification example (#30842)

* fix: missing dependencies

* fix: image classification dependencies
This commit is contained in:
Jacky Lee 2024-05-17 05:57:47 -07:00 committed by GitHub
parent 3802e786ef
commit 977ce58a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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