Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vgrowhouse
/
lexa862-NSFWmodel
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lexa862-NSFWmodel
/
app.py
vgrowhouse
initial commit
696088a
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
import
gradio
as
gr
gr.load(
"models/lexa862/NSFWmodel"
,
provider=
"hf-inference"
,
).launch()