Minor Documentation Updates: Clarified Comments in Python and Go Files (#5641)

* Update ui.go

Signed-off-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>

* Update backend.py

Signed-off-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>

---------

Signed-off-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>
This commit is contained in:
fuder.eth
2025-06-13 20:55:25 +03:00
committed by GitHub
parent 63116a2c6a
commit eb8c29f90a
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class BackendServicer(backend_pb2_grpc.BackendServicer):
def TTS(self, request, context):
try:
# if model is multilangual add language from request or env as fallback
# if model is multilingual add language from request or env as fallback
lang = request.language or COQUI_LANGUAGE
if lang == "":
lang = None