Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZyrenthDev
/
toxicity
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e60e471
toxicity
/
app.py
Zyrenth
initial commit
e60e471
verified
10 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
gradio
as
gr
gr.load(
"models/citizenlab/distilbert-base-multilingual-cased-toxicity"
).launch()