Instructions to use theophilusijiebor1/Text2Image_PyData_23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theophilusijiebor1/Text2Image_PyData_23 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="theophilusijiebor1/Text2Image_PyData_23") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("theophilusijiebor1/Text2Image_PyData_23") model = AutoModelForImageClassification.from_pretrained("theophilusijiebor1/Text2Image_PyData_23") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ed648cc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c9ade60aa9e2d4a51f5b214cb1f7ddf6cfcbed58a8e1615520f77ff7a2212b6f
size 347600206
|