diff --git a/README.md b/README.md index 1694aba..cbddc79 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,11 @@ print(diarize_segments) print(result["segments"]) # segments are now assigned speaker IDs ``` +## Demos 🚀 + +[![Replicate](https://replicate.com/daanelson/whisperx/badge)](https://replicate.com/daanelson/whisperx) + +If you don't have access to your own GPUs, use the link above to try out WhisperX.

Technical Details 👷‍♂️