Spaces:
Runtime error
Runtime error
File size: 257 Bytes
3803ff3 |
1 2 3 4 5 |
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) |