Added to gallery (#159)

* Added to gallery

* Add code

* Fix

---------

Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
Ryan Ellis
2025-03-10 15:17:07 -04:00
committed by GitHub
parent 51f1fafa3a
commit 7ad579c07a

View File

@@ -47,6 +47,25 @@ document.querySelectorAll('.tag-button').forEach(button => {
<div class="grid cards" markdown>
- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } distil-whisper-FastRTC
{: data-tags="pytorch"}
---
Description:
[Distil-whisper](https://github.com/huggingface/distil-whisper) from Hugging Face wraped in a pypi package for plug and play!
Install Instructions
```python
pip install distil-whisper-fastrtc
```
Use it the same way you would the native fastRTC TTS model!
[:octicons-arrow-right-24: Demo](https://huggingface.co/spaces/Codeblockz/llm-voice-chat/)
[:octicons-code-16: Repository](https://github.com/Codeblockz/distil-whisper-FastRTC)
- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__
{: data-tags="pytorch"}