tiny-agents/tiny-agents
Viewer
β’
Updated
β’
9
β’
849
β’
25
None defined yet.
huggingface_hub
β with a built-in MCP Client and a Tiny Agents CLI.pip install "huggingface_hub[mcp]>=0.32.0"
pip install -U huggingface_hub[hf_xet]
from huggingface_hub import InferenceClient
client = InferenceClient(provider="fal-ai", bill_to="my-cool-company")
image = client.text_to_image(
"A majestic lion in a fantasy forest",
model="black-forest-labs/FLUX.1-schnell",
)
image.save("lion.png")