Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sahilfarib
/
FactEval
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FactEval
/
app.py
Sahil al farib
Deploy FactEval: claim-level hallucination detection with Gradio demo
8fb73f8
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
"""HF Spaces entry point — imports the Gradio demo from demo/app.py."""
from
demo.app
import
demo
if
__name__ ==
"__main__"
:
demo.launch()