Update texttospeech.py

This commit is contained in:
Believethehype 2023-12-29 17:58:59 +01:00
parent 89939fc15a
commit 8950cb4e04

View File

@ -24,8 +24,8 @@ Outputs: Generated Audiofile
class TextToSpeech(DVMTaskInterface):
KIND: int = EventDefinitions.KIND_NIP90_TEXT_TO_SPEECH
TASK: str = "text-to-speech"
FIX_COST: float = 20
PER_UNIT_COST = 0.1
FIX_COST: float = 0
PER_UNIT_COST = 0.5
dependencies = [("nostr-dvm", "nostr-dvm"),
("TTS", "TTS==0.22.0")]