From c134d3e530e8c0072ca73cb4079d7248b3457821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Wed, 22 Mar 2023 11:42:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d59ee..69d3834 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ Users might not need to specifically install Transfomers. However, a conda insta ``` pip install -U openai-whisper ``` - +### Example +See the [example](example.ipynb) implementation on jupyter notebook.