"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "6bca56fdb0587a4291f8465a0a6e818f5541a5e3"
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:
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
......
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