mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-18 05:41:51 +01:00
Update texttospeech.py
This commit is contained in:
parent
89939fc15a
commit
8950cb4e04
@ -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")]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user