riva: rename FastpitchTTSService to FastPitchTTSService

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-10 13:30:43 -08:00
parent 1db624575f
commit d2dabe4358
4 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ except ModuleNotFoundError as e:
raise Exception(f"Missing module: {e}")
class FastpitchTTSService(TTSService):
class FastPitchTTSService(TTSService):
class InputParams(BaseModel):
language: Optional[Language] = Language.EN_US
quality: Optional[int] = 20