Update elevenlabs.py

pull/1619/head
liamb13 2 years ago committed by GitHub
parent 9a90363f56
commit 6aef6666e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,6 @@ class elevenlabs:
def run(self, text, filepath, random_voice: bool = False):
if random_voice:
voice = self.randomvoice()
else:
else:
voice = str(
settings.config["settings"]["tts"]["elevenlabs_voice_name"]

Loading…
Cancel
Save