spam-detector / app.py
iSky's picture
spam detector
3803ff3
raw
history blame
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)