mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 09:29:23 +08:00
Add Kroko-ASR model to STT gallery (#219)
This commit is contained in:
@@ -66,6 +66,23 @@ document.querySelectorAll('.tag-button').forEach(button => {
|
||||
|
||||
[:octicons-code-16: Repository](https://github.com/Codeblockz/distil-whisper-FastRTC)
|
||||
|
||||
- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } Kroko-ASR
|
||||
{: data-tags="sherpa-onnx"}
|
||||
|
||||
---
|
||||
|
||||
Description
|
||||
[Kroko-ASR](https://huggingface.co/Banafo/Kroko-ASR) is a lightweight TTS model
|
||||
|
||||
Install Instructions
|
||||
```python
|
||||
pip install fastrtc-kroko
|
||||
```
|
||||
Check out the fastRTC-Kroko docs for examples!
|
||||
|
||||
[:octicons-code-16: Repository](https://github.com/sgarg26/fastrtc-kroko)
|
||||
|
||||
|
||||
- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__
|
||||
{: data-tags="pytorch"}
|
||||
|
||||
@@ -114,4 +131,4 @@ document.querySelectorAll('.tag-button').forEach(button => {
|
||||
stream.ui.launch()
|
||||
```
|
||||
|
||||
3. Open a [PR](https://github.com/freddyaboulton/fastrtc/edit/main/docs/speech_to_text_gallery.md) to add your model to the gallery! Ideally you model package should be pip installable so other can try it out easily.
|
||||
3. Open a [PR](https://github.com/freddyaboulton/fastrtc/edit/main/docs/speech_to_text_gallery.md) to add your model to the gallery! Ideally you model package should be pip installable so other can try it out easily.
|
||||
|
||||
Reference in New Issue
Block a user