Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ezb
/
NSFW-Detector
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4c167b
NSFW-Detector
/
app.py
ezb
initial commit
c4c167b
almost 2 years ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/michellejieli/NSFW_text_classifier"
).launch()