Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -413,7 +413,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
413 |
final_response = process_summary_with_stablemed(summary)
|
414 |
|
415 |
# Convert translated text to speech and get both audio file and text
|
416 |
-
audio_output, translated_text = convert_text_to_speech(
|
417 |
|
418 |
# Evaluate hallucination
|
419 |
hallucination_label = evaluate_hallucination(final_response, summary)
|
|
|
413 |
final_response = process_summary_with_stablemed(summary)
|
414 |
|
415 |
# Convert translated text to speech and get both audio file and text
|
416 |
+
audio_output, translated_text = convert_text_to_speech(final_response, input_language)
|
417 |
|
418 |
# Evaluate hallucination
|
419 |
hallucination_label = evaluate_hallucination(final_response, summary)
|