Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
5m4ck3r/nsfw_image_detection
Vieshieouaz
/
nsfw_image_detection
like
0
Running
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 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
import
gradio
as
gr
gr.load(
"models/Falconsai/nsfw_image_detection"
).launch()