mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-27 18:36:22 +02:00
Update texttospeech.py
This commit is contained in:
@@ -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")]
|
||||||
|
Reference in New Issue
Block a user