From 064313450e556bd815690d5e8c1a0e76ca1693b0 Mon Sep 17 00:00:00 2001 From: remsky Date: Mon, 13 Jan 2025 20:18:02 -0700 Subject: [PATCH] fix: test of cicd --- api/src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main.py b/api/src/main.py index 23cb439..4effda2 100644 --- a/api/src/main.py +++ b/api/src/main.py @@ -47,7 +47,7 @@ async def lifespan(app: FastAPI): # Initialize the main model with warm-up voicepack_count = await TTSModel.setup() # boundary = "█████╗"*9 - boundary = "░" * 24 + boundary = "░" * 2*12 startup_msg = f""" {boundary}