Tonic commited on
Commit
f308688
1 Parent(s): 437879c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
424
  markdown_output += "\n### Hallucination Evaluation\n"
425
  markdown_output += f"* **Label**: {hallucination_label}\n"
426
  markdown_output += "\n### Translated Text\n"
427
- markdown_output += translated_text + "\n
428
 
429
  return markdown_output, audio_file_path
430
 
 
424
  markdown_output += "\n### Hallucination Evaluation\n"
425
  markdown_output += f"* **Label**: {hallucination_label}\n"
426
  markdown_output += "\n### Translated Text\n"
427
+ markdown_output += translated_text + "\n"
428
 
429
  return markdown_output, audio_file_path
430