Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZyrenthDev
/
toxicity-classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6695ae5
toxicity-classifier
/
app.py
Zyrenth
initial commit
6695ae5
verified
11 months ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/mohsenfayyaz/toxicity-classifier"
).launch()