Tonic commited on
Commit
52b04b8
1 Parent(s): 58cf17b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
429
  markdown_output += "\n### Hallucination Evaluation\n"
430
  markdown_output += f"* **Label**: {hallucination_label}\n"
431
 
432
- return markdown_output, hallucination_label
433
  except Exception as e:
434
  return f"Error occurred during processing: {e}", "No hallucination evaluation"
435
 
 
429
  markdown_output += "\n### Hallucination Evaluation\n"
430
  markdown_output += f"* **Label**: {hallucination_label}\n"
431
 
432
+ return markdown_output
433
  except Exception as e:
434
  return f"Error occurred during processing: {e}", "No hallucination evaluation"
435