FactEval / app.py
Sahil al farib
Deploy FactEval: claim-level hallucination detection with Gradio demo
8fb73f8
raw
history blame contribute delete
146 Bytes
"""HF Spaces entry point — imports the Gradio demo from demo/app.py."""
from demo.app import demo
if __name__ == "__main__":
demo.launch()