Update nodes.py
This commit is contained in:
@@ -1473,7 +1473,7 @@ class TTS_generation:
|
|||||||
|
|
||||||
if not llm_response and not text:
|
if not llm_response and not text:
|
||||||
raise ValueError("Please provide LLM_response or enter text")
|
raise ValueError("Please provide LLM_response or enter text")
|
||||||
if llm_text:
|
if llm_response:
|
||||||
text = llm_response
|
text = llm_response
|
||||||
|
|
||||||
language = supported_language.split("(")[1][:-1]
|
language = supported_language.split("(")[1][:-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user