Tonic commited on
Commit
3b5b8c9
·
1 Parent(s): f308688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(translated_response, input_language)
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)