Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
word_length
like
0
Running
App
Files
Files
Community
8ca9b07
word_length
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 88db3eb9)
8a5f453
over 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"word_length"
, module_type=
"measurement"
)
launch_gradio_widget(module)