From 81b12af321126c23df38bae40830dfabba5f6e77 Mon Sep 17 00:00:00 2001 From: Florian Kowarsch <39064983+CaRniFeXeR@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:16:46 +0800 Subject: [PATCH] adds link to whisperX medium on replicate and updates replicate bades in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be1a3c..2ecf020 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,10 @@ print(result["segments"]) # segments are now assigned speaker IDs ## Demos 🚀 -[![Replicate](https://replicate.com/daanelson/whisperx/badge)](https://replicate.com/daanelson/whisperx) +[![Replicate (large-v2](https://img.shields.io/static/v1?label=Replicate+WhisperX+large-v2&message=Demo+%26+Cloud+API&color=blue)](https://replicate.com/daanelson/whisperx) +[![Replicate (medium)](https://img.shields.io/static/v1?label=Replicate+WhisperX+medium&message=Demo+%26+Cloud+API&color=blue)](https://replicate.com/carnifexer/whisperx) -If you don't have access to your own GPUs, use the link above to try out WhisperX. +If you don't have access to your own GPUs, use the links above to try out WhisperX.

Technical Details 👷‍♂️