chengzeyi Claude Opus 4.8 commited on
Commit
f394a2d
·
1 Parent(s): 7e00694

Link the Space to its upstream model(s) and tag it

Browse files

Adds `models:` and `tags:` to the README frontmatter, generated from the
spec in _shared/ rather than hand-written. `models:` is only set where the
weights are actually published on the Hub.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LJJXU9zyoDSBjApcUpteDt

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -7,6 +7,10 @@ sdk: docker
7
  pinned: false
8
  license: mit
9
  short_description: Extend an image beyond its original frame (outpainting).
 
 
 
 
10
  ---
11
 
12
  # Image Expand
@@ -16,6 +20,7 @@ Extend an image beyond its original frame (outpainting).
16
  Runs [`bria/expand`](https://wavespeed.ai/models/bria/expand) through the
17
  [WaveSpeed](https://wavespeed.ai) v3 API.
18
 
 
19
  ## Bring your own API key
20
 
21
  This Space does not ship an API key. Paste your own in the field at the top —
 
7
  pinned: false
8
  license: mit
9
  short_description: Extend an image beyond its original frame (outpainting).
10
+ tags:
11
+ - image-to-image
12
+ - wavespeed
13
+ - outpainting
14
  ---
15
 
16
  # Image Expand
 
20
  Runs [`bria/expand`](https://wavespeed.ai/models/bria/expand) through the
21
  [WaveSpeed](https://wavespeed.ai) v3 API.
22
 
23
+
24
  ## Bring your own API key
25
 
26
  This Space does not ship an API key. Paste your own in the field at the top —