Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lhy
/
hamming_loss
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7237fbf
hamming_loss
/
app.py
lhy
add module default template
d1961d0
almost 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"lhy/hamming_loss"
)
launch_gradio_widget(module)