Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
RomZay/michellejieli-NSFW_text_classifier
POLRAMBORA
/
nsfw
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
02ab06b
nsfw
/
app.py
RomZay
Update app.py
02ab06b
verified
6 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
gradio
as
gr
import
spaces
@spaces.GPU(
queue=false
)
gr.load(
"models/michellejieli/NSFW_text_classifier"
).launch()