spam-detector / app.py
iSky's picture
Update app.py
184f8f2
raw
history blame
268 Bytes
import gradio as gr
gr.Interface.load("huggingface/mrm8488/bert-tiny-finetuned-sms-spam-detection",
title="Spam detector",
description="Label 1 means message is spam",
allow_flagging="never").launch(inbrowser=True)