mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
Added to gallery (#159)
* Added to gallery * Add code * Fix --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user