From 1cd9529f654fd534ebd760fcb41ccc08064ec9c7 Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 3 Jul 2025 12:57:22 +0200 Subject: [PATCH] Json fix. --- tts_pytorch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index cd4caec..1e2659b 100644 --- a/tts_pytorch.ipynb +++ b/tts_pytorch.ipynb @@ -84,7 +84,7 @@ "result = tts_model.generate([entries], [condition_attributes], on_frame=_on_frame)\n", "\n", "print(\"Done generating.\")\n", - "audio = np.concatenate(pcms, axis=-1)", + "audio = np.concatenate(pcms, axis=-1)" ] }, {