toxic / app.py
lu2000luk's picture
Create app.py
73f76fc
import gradio as gr
gr.Interface.load("models/martin-ha/toxic-comment-model", title="Toxic", description="Say if the prompt is toxic or not.",).launch()