Skip to content

Commit

Permalink
Make Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Sep 28, 2023
1 parent 87e405d commit b976dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TTS/tts/layers/tortoise/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
os.path.dirname(os.path.realpath(__file__)), "../../utils/assets/tortoise/tokenizer.json"
)


class VoiceBpeTokenizer:
def __init__(self, vocab_file=DEFAULT_VOCAB_FILE, vocab_str=None):
self.tokenizer = None
Expand Down

0 comments on commit b976dd8

Please sign in to comment.