From f00d506b7fea2f3aa8f8368717ef4289dd9fae56 Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:35:51 +0530 Subject: [PATCH] Deepfuze updated --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 6345768..2afcfac 100644 --- a/nodes.py +++ b/nodes.py @@ -1063,7 +1063,7 @@ class TTS_generation: CATEGORY = "DeepFuze" # Category for the node in the UI def generate_audio(self, audio, text,device,supported_language): - print(text) + print(text) language = supported_language.split("(")[1][:-1] file_path = os.path.join(audio_path,str(time.time()).replace(".","")+".wav") write(file_path,audio.sample_rate,audio.audio_data)