kendall_tau / app.py
Viona's picture
add module default template
6415ab9
raw
history blame
No virus
138 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Viona/kendall_tau")
launch_gradio_widget(module)