diff --git a/backend/python/pocket-tts/backend.py b/backend/python/pocket-tts/backend.py index b02cf481a..7c734e54a 100644 --- a/backend/python/pocket-tts/backend.py +++ b/backend/python/pocket-tts/backend.py @@ -167,7 +167,9 @@ class BackendServicer(backend_pb2_grpc.BackendServicer): voice_input = request.AudioPath # Get voice state + print(f"DEBUG: voice_input={voice_input}", file=sys.stderr) voice_state = self._get_voice_state(voice_input) + print(f"DEBUG: voice_state={voice_state}", file=sys.stderr) if voice_state is None: return backend_pb2.Result( success=False,