From 77d6e4891ef4c2ff1a18c488b49c2f030a6bd9a9 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:27:45 +0200 Subject: [PATCH] Update texttospeech.py --- nostr_dvm/tasks/texttospeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/tasks/texttospeech.py b/nostr_dvm/tasks/texttospeech.py index 74f0d13..a6e0df0 100644 --- a/nostr_dvm/tasks/texttospeech.py +++ b/nostr_dvm/tasks/texttospeech.py @@ -96,7 +96,7 @@ class TextToSpeech(DVMTaskInterface): if not Path.exists(Path(input_file)): input_file_url = "https://media.nostr.build/av/de104e3260be636533a56fd4468b905c1eb22b226143a997aa936b011122af8a.wav" urllib.request.urlretrieve(input_file_url, "cache/input.wav") - input_file = "cache/input.wav" + input_file = "cache/input.wav" options = { "prompt": prompt,