wilcoxon / app.py
lvwerra's picture
lvwerra HF staff
Update Space (evaluate main: 3cd38e2b)
d64af6b
raw
history blame contribute delete
No virus
156 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("wilcoxon", module_type="comparison")
launch_gradio_widget(module)