bias_auc / app.py
tybrs's picture
Update app.py
a04f078 verified
raw
history blame contribute delete
No virus
134 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("./bias_auc.py")
launch_gradio_widget(module)