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

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: Before you begin, make sure you have all the necessary libraries installed:
```bash ```bash
pip install -q transformers pip install -q "transformers[torch]" pillow
``` ```
## Zero-shot image classification pipeline ## Zero-shot image classification pipeline