mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-27 01:29:57 +00:00
hmm
This commit is contained in:
@@ -9,6 +9,7 @@ def main():
|
||||
print("Loading models...")
|
||||
|
||||
model = TTSModel(bert, tokenizer)
|
||||
print("Models loaded!")
|
||||
|
||||
with open("../models/amitaro.sbv2", "rb") as f:
|
||||
model.load_sbv2file(f.read())
|
||||
|
||||
Reference in New Issue
Block a user