update engine_warmup.py, test=tts

pull/2171/head
Betterman-qs 2 years ago
parent cf1b873528
commit e2dc204d4d

@ -61,7 +61,7 @@ def warm_up(engine_and_type: str, warm_up_time: int=3) -> bool:
else:
st = time.time()
connection_handler.infer(
text=sentence,
text=sentence,
lang=tts_engine.lang,
am=tts_engine.config.am)
et = time.time()

Loading…
Cancel
Save