This repository contains experimental functionality for the marimo notebook:
🤗 marimo_labs.huggingface
: interactively experiment with any model on HuggingFace
Installation.
pip install marimo-labs
Examples:
Use marimo_labs.huggingface.load
to load and query any model on HuggingFace. See examples for usage:
- Playground to experiment with text, image, and audio models
- Run stable diffusion
- Load and run any HuggingFace model
HuggingFace provides a rate-limited inference API; increase your rate limit by adding a (free) HuggingFace API token.