toxic / app.py
lu2000luk's picture
Update app.py
96f819b verified
raw
history blame contribute delete
No virus
143 Bytes
import gradio as gr
gr.load("models/martin-ha/toxic-comment-model", title="Toxic", description="Say if the prompt is toxic or not.",).launch()