Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lu2000luk
/
toxic
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
73f76fc
toxic
/
app.py
lu2000luk
Create app.py
73f76fc
almost 2 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
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()