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...
3f06fd6
honest
/
app.py
sasha
HF Staff
Update app.py
3f06fd6
almost 3 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"honest"
,
"en"
)
launch_gradio_widget(module)