gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ The zoo's first ASR model: an AuT audio encoder feeding a Qwen3 decoder on the p
|
|
| 28 |
let text = try await CoreAI.transcribe(audioURL, options: .model("qwen3-asr-1.7b"))
|
| 29 |
```
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
▶️ **Run it (source)** — the [Transcribe runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Transcribe)
|
| 34 |
(GUI + CLI, one app for every speech-to-text model in the catalog):
|
|
|
|
| 28 |
let text = try await CoreAI.transcribe(audioURL, options: .model("qwen3-asr-1.7b"))
|
| 29 |
```
|
| 30 |
|
| 31 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 32 |
|
| 33 |
▶️ **Run it (source)** — the [Transcribe runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Transcribe)
|
| 34 |
(GUI + CLI, one app for every speech-to-text model in the catalog):
|