Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theunseenones94
/
NSFWmodel
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
666b96e
NSFWmodel
/
app.py
theunseenones94
initial commit
666b96e
verified
26 days ago
raw
Copy download link
history
blame
Safe
99 Bytes
import
gradio
as
gr
gr.load(
"models/lexa862/NSFWmodel"
,
provider=
"hf-inference"
,
).launch()