Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def ui():
|
|
| 113 |
#feeding the input to the LLM
|
| 114 |
english_output = conversational_chat(llm_chain,english_input)
|
| 115 |
#converting english to hindi
|
| 116 |
-
hin_output=translate_english_to_hindi(english_output)
|
| 117 |
#getting the hindi_tts
|
| 118 |
hindi_output_audio=hindi_tts(hin_output)
|
| 119 |
# hindi_output_file="./Hindi_output_Audio.Mp3"
|
|
|
|
| 113 |
#feeding the input to the LLM
|
| 114 |
english_output = conversational_chat(llm_chain,english_input)
|
| 115 |
#converting english to hindi
|
| 116 |
+
hin_output=translate_english_to_hindi(str(english_output))
|
| 117 |
#getting the hindi_tts
|
| 118 |
hindi_output_audio=hindi_tts(hin_output)
|
| 119 |
# hindi_output_file="./Hindi_output_Audio.Mp3"
|