NSFWmodel / app.py
theunseenones94's picture
initial commit
666b96e verified
raw
history blame contribute delete
99 Bytes
import gradio as gr
gr.load(
"models/lexa862/NSFWmodel",
provider="hf-inference",
).launch()