File size: 215 Bytes
0c400ac
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: UTF-8 -*-
"""
Created on 27.02.24
:author:     Martin Fajčík
"""
import evaluate
from evaluate.utils import launch_gradio_widget

module = evaluate.load("CZLC/mc_auroc")
launch_gradio_widget(module)