Spaces:
Sleeping
Sleeping
Correct API-key handling notes in README
Browse files
README.md
CHANGED
|
@@ -22,10 +22,11 @@ This Space does not ship an API key. Paste your own in the field at the top —
|
|
| 22 |
create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).
|
| 23 |
|
| 24 |
Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,
|
| 25 |
-
not logged, and not written to disk
|
| 26 |
-
before they are displayed, and
|
| 27 |
-
|
| 28 |
-
|
|
|
|
| 29 |
|
| 30 |
## Development
|
| 31 |
|
|
|
|
| 22 |
create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).
|
| 23 |
|
| 24 |
Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,
|
| 25 |
+
not logged, and not written to disk. It is masked in the browser, stripped out
|
| 26 |
+
of error messages before they are displayed, and the generate event is marked
|
| 27 |
+
private so it never appears on Gradio's public API page — which would otherwise
|
| 28 |
+
publish client snippets containing every input, the key among them.
|
| 29 |
+
Generations are billed to your own account.
|
| 30 |
|
| 31 |
## Development
|
| 32 |
|