Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|