mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-07 06:52:57 +00:00
lol
This commit is contained in:
@@ -6,6 +6,7 @@ def main():
|
||||
bert = f.read()
|
||||
with open("../models/tokenizer.json", "rb") as f:
|
||||
tokenizer = f.read()
|
||||
print("Loading models...")
|
||||
|
||||
model = TTSModel(bert, tokenizer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user