mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
fix: test of cicd
This commit is contained in:
parent
22752900e5
commit
064313450e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ async def lifespan(app: FastAPI):
|
||||||
# Initialize the main model with warm-up
|
# Initialize the main model with warm-up
|
||||||
voicepack_count = await TTSModel.setup()
|
voicepack_count = await TTSModel.setup()
|
||||||
# boundary = "█████╗"*9
|
# boundary = "█████╗"*9
|
||||||
boundary = "░" * 24
|
boundary = "░" * 2*12
|
||||||
startup_msg = f"""
|
startup_msg = f"""
|
||||||
|
|
||||||
{boundary}
|
{boundary}
|
||||||
|
|
Loading…
Add table
Reference in a new issue