Update nodes.py

This commit is contained in:
Sam Khoze
2024-06-16 11:13:32 +05:30
committed by GitHub
parent c64a865f9a
commit bd766ca1f5
+1 -1
View File
@@ -1473,7 +1473,7 @@ class TTS_generation:
if not llm_response and not text:
raise ValueError("Please provide LLM_response or enter text")
if llm_text:
if llm_response:
text = llm_response
language = supported_language.split("(")[1][:-1]