change confidence to %

This commit is contained in:
2025-01-17 06:41:56 -05:00
parent 2c9c4a22a6
commit 890408f018
4 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ class LyricsResult:
song: str
src: str
lyrics: str
confidence: float
confidence: int
time: float = 0.00
def dict(self):