From 512ab1acf982053c3077c4ba179424c161815745 Mon Sep 17 00:00:00 2001 From: dan nelson Date: Fri, 30 Jun 2023 18:11:33 -0700 Subject: [PATCH] adding Replicate demo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6c2e3d..95dffba 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 👷‍♂️