Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lu2000luk
/
toxic
like
0
Sleeping
App
Files
Files
Community
main
toxic
/
app.py
lu2000luk
Update app.py
96f819b
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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()