feat: sentiment engine

This commit is contained in:
superobk
2024-03-20 09:42:08 +08:00
parent f2d6b9e526
commit f14c36d77a
4 changed files with 64 additions and 4 deletions

View File

@ -22,10 +22,6 @@ logging.getLogger().setLevel(logging.INFO)
logging.basicConfig(level=logging.INFO)
from pydub import AudioSegment
class TTService():
def __init__(self, cfg, model, char, speed):