Unverified Commit 977ce58a authored by Jacky Lee's avatar Jacky Lee Committed by GitHub
Browse files

Fix dependencies for image classification example (#30842)

* fix: missing dependencies

* fix: image classification dependencies
parent 3802e786
...@@ -39,7 +39,7 @@ In this guide you'll learn how to: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment