Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/mse
prajwall
/
mse
like
0
Sleeping
App
Files
Files
Community
main
mse
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
e4482cc
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"mse"
)
launch_gradio_widget(module)