petewarden commited on
Commit
57b8436
·
verified ·
1 Parent(s): ac8ec92

Added link to GitHub repo

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,7 +22,8 @@ This model card follows the recommendations from Model Cards for Model Reporting
22
 
23
  ## Usage
24
 
25
- Moonshine Streaming is supported in Hugging Face Transformers. The following example
 
26
  matches the standard seq2seq ASR API and uses the streaming model checkpoint:
27
 
28
  ```bash
 
22
 
23
  ## Usage
24
 
25
+ Moonshine Streaming is supported by the [Moonshine Voice framework](https://github.com/moonshine-ai/moonshine)
26
+ for edge devices and in Hugging Face Transformers. The following example
27
  matches the standard seq2seq ASR API and uses the streaming model checkpoint:
28
 
29
  ```bash