Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-comparison
/
wilcoxon
like
0
Runtime error
App
Files
Files
Community
1
main
wilcoxon
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 3cd38e2b)
d64af6b
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"wilcoxon"
, module_type=
"comparison"
)
launch_gradio_widget(module)