Fix dependencies for image classification example (#30842)
* fix: missing dependencies * fix: image classification dependencies
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user