app.py 156 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
import evaluate
from evaluate.utils import launch_gradio_widget


module = evaluate.load("wilcoxon", module_type="comparison")
launch_gradio_widget(module)