Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
word_length
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
02192eb
word_length
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 88db3eb9)
8a5f453
over 3 years ago
raw
Copy download link
history
blame
160 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"word_length"
, module_type=
"measurement"
)
launch_gradio_widget(module)