milestone3 / app.py
Pruthul's picture
Create app.py
06e98b8
raw
history blame
238 Bytes
import gradio as gr
examples = ["I hate you", "You're pretty cool!!!", "This is a smelly garbage article", "Americans are awful", "I'm going to find your house"]
gr.Interface.load("models/unitary/toxic-bert", examples=examples).launch()