wavespeed/bria-expand
0
1---2title: Image Expand3emoji: ๐ผ๏ธ4colorFrom: blue5colorTo: purple6sdk: docker7pinned: false8license: mit9short_description: Extend an image beyond its original frame (outpainting).10tags:11 - image-to-image12 - wavespeed13 - outpainting14---15 16# Image Expand17 18Extend an image beyond its original frame (outpainting).19 20Runs [`bria/expand`](https://wavespeed.ai/models/bria/expand) through the21[WaveSpeed](https://wavespeed.ai) v3 API.22 23 24## Bring your own API key25 26This Space does not ship an API key. Paste your own in the field at the top โ27create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).28 29Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,30not logged, and not written to disk. It is masked in the browser, stripped out31of error messages before they are displayed, and the generate event is marked32private so it never appears on Gradio's public API page โ which would otherwise33publish client snippets containing every input, the key among them.34Generations are billed to your own account.35 36## Development37 38Source of truth is `_shared/` in the working repo, not this copy:39 40 python3 _shared/build_apps.py41 