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

Update app.py

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