"tests/bert/test_modeling_tf_bert.py" did not exist on "158e82e061c02fc2f1613adb7ac1d1cb6adae71c"
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