Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -426,7 +426,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
426 |
markdown_output += "\n### Translated Text\n"
|
427 |
markdown_output += translated_text + "\n"
|
428 |
|
429 |
-
return markdown_output,
|
430 |
|
431 |
except Exception as e:
|
432 |
return f"Error occurred during processing: {e}. No hallucination evaluation.", None
|
|
|
426 |
markdown_output += "\n### Translated Text\n"
|
427 |
markdown_output += translated_text + "\n"
|
428 |
|
429 |
+
return markdown_output, audio_output
|
430 |
|
431 |
except Exception as e:
|
432 |
return f"Error occurred during processing: {e}. No hallucination evaluation.", None
|