Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
5m4ck3r
/
nsfw_image_detection
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nsfw_image_detection
/
app.py
Kajise
chore: use gr.load() for gr.Interface.load()
442ff02
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
import
gradio
as
gr
gr.load(
"models/Falconsai/nsfw_image_detection"
).launch()