Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
word_length
like
0
Running
App
Files
Files
Community
74795be
word_length
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
0b617d0
over 2 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"word_length"
,
type
=
"measurement"
)
launch_gradio_widget(module)