Update elevenlabs.py

pull/1619/head
liamb13 2 years ago committed by GitHub
parent 815c4b2a2e
commit 473dacdbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ voices = [
class elevenlabs: class elevenlabs:
def __init__(self): def __init__(self):
self.max_chars = 5000 self.max_chars = 2500
self.voices = voices self.voices = voices
def run(self, text, filepath, random_voice: bool = False): def run(self, text, filepath, random_voice: bool = False):
@ -48,7 +48,7 @@ class elevenlabs:
) )
save( save(
audio=audio, audio=audio,
filename=f"{filepath}" filename=filepath
) )
def randomvoice(self): def randomvoice(self):

Loading…
Cancel
Save