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