mlboydaisuke commited on
Commit
0411b8d
·
verified ·
1 Parent(s): c62ccfd

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Twenty ops, 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):
 
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):