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