Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iSky
/
spam-detector
like
2
Runtime error
App
Files
Files
Community
3803ff3
spam-detector
/
app.py
iSky
spam detector
3803ff3
over 2 years ago
raw
Copy download link
history
blame
Safe
257 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/mrm8488/bert-tiny-finetuned-sms-spam-detection"
,
title=
"Spam detector"
,
description=
"Label 1 means spam"
,
allow_flagging=
"never"
).launch(inbrowser=
True
)