diff --git a/docs/speech_to_text_gallery.md b/docs/speech_to_text_gallery.md
index c16308b..9ff8e92 100644
--- a/docs/speech_to_text_gallery.md
+++ b/docs/speech_to_text_gallery.md
@@ -47,6 +47,25 @@ document.querySelectorAll('.tag-button').forEach(button => {
+- :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"}