bert-test / app.py
lunarflu's picture
lunarflu HF staff
Update app.py
6b81495
raw
history blame
No virus
117 Bytes
import gradio as gr
demo = gr.load("mrm8488/bert-tiny-finetuned-sms-spam-detection", src="models")
demo.launch()