mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-27 08:50:57 +02:00
Update texttospeech.py
This commit is contained in:
parent
8950cb4e04
commit
118dd1ba93
@ -24,7 +24,7 @@ Outputs: Generated Audiofile
|
|||||||
class TextToSpeech(DVMTaskInterface):
|
class TextToSpeech(DVMTaskInterface):
|
||||||
KIND: int = EventDefinitions.KIND_NIP90_TEXT_TO_SPEECH
|
KIND: int = EventDefinitions.KIND_NIP90_TEXT_TO_SPEECH
|
||||||
TASK: str = "text-to-speech"
|
TASK: str = "text-to-speech"
|
||||||
FIX_COST: float = 0
|
FIX_COST: float = 50
|
||||||
PER_UNIT_COST = 0.5
|
PER_UNIT_COST = 0.5
|
||||||
dependencies = [("nostr-dvm", "nostr-dvm"),
|
dependencies = [("nostr-dvm", "nostr-dvm"),
|
||||||
("TTS", "TTS==0.22.0")]
|
("TTS", "TTS==0.22.0")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user