From d2c6f7f6ed1f994e6533d5a68b9a391a99cd13a2 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Tue, 27 Aug 2024 15:34:16 +0100 Subject: [PATCH] Update deepgram.toml --- deepgram.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepgram.toml b/deepgram.toml index 0b0720c..f546503 100644 --- a/deepgram.toml +++ b/deepgram.toml @@ -1,6 +1,6 @@ [meta] - title = "Live Transcription Flask Starter" - description = "Basic demo for using Deepgram to transcribe microphone audio in Flask" + title = "Flask Live Transcription Starter" + description = "Basic demo for using Deepgram to transcribe live audio in Flask" author = "Deepgram DX Team (https://developers.deepgram.com)" useCase = "Live" language = "Python"