Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lunarflu
/
bert-test
like
1
Runtime error
App
Files
Files
Community
171dd7b
bert-test
/
app.py
lunarflu
HF staff
Update app.py
6b81495
12 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
demo = gr.load(
"mrm8488/bert-tiny-finetuned-sms-spam-detection"
, src=
"models"
)
demo.launch()