From e497a53f0b680b019217f7eeab919af2f7661d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Volhejn?= Date: Mon, 7 Jul 2025 18:05:05 +0200 Subject: [PATCH] Remove intentional error --- scripts/tts_pytorch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tts_pytorch.py b/scripts/tts_pytorch.py index a80c885..5ce2f08 100644 --- a/scripts/tts_pytorch.py +++ b/scripts/tts_pytorch.py @@ -20,7 +20,6 @@ from moshi.models.tts import DEFAULT_DSM_TTS_REPO, DEFAULT_DSM_TTS_VOICE_REPO, T def main(): - x: int = "asdf" parser = argparse.ArgumentParser( description="Run Kyutai TTS using the PyTorch implementation" )