mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 04:46:27 +01:00
Update texttospeech.py
This commit is contained in:
@@ -96,7 +96,7 @@ class TextToSpeech(DVMTaskInterface):
|
|||||||
if not Path.exists(Path(input_file)):
|
if not Path.exists(Path(input_file)):
|
||||||
input_file_url = "https://media.nostr.build/av/de104e3260be636533a56fd4468b905c1eb22b226143a997aa936b011122af8a.wav"
|
input_file_url = "https://media.nostr.build/av/de104e3260be636533a56fd4468b905c1eb22b226143a997aa936b011122af8a.wav"
|
||||||
urllib.request.urlretrieve(input_file_url, "cache/input.wav")
|
urllib.request.urlretrieve(input_file_url, "cache/input.wav")
|
||||||
input_file = "cache/input.wav"
|
input_file = "cache/input.wav"
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"prompt": prompt,
|
"prompt": prompt,
|
||||||
|
|||||||
Reference in New Issue
Block a user