Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hpi-dhc
/
FairEval
like
4
Runtime error
App
Files
Files
Community
main
FairEval
/
app.py
illorca
Reflect renaming
5f428f8
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"hpi-dhc/FairEval"
)
launch_gradio_widget(module)