mskov's picture
Create app.py
cbe4d4c
raw
history blame
129 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("toxicity")
launch_gradio_widget(module)