Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
honest
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c68cb87
honest
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 9463447a)
d55fac6
over 2 years ago
raw
Copy download link
history
blame
Safe
128 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"honest"
)
launch_gradio_widget(module)