Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lunarflu
/
bert-test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
74449dc
bert-test
/
app.py
lunarflu
HF staff
initial commit
74449dc
about 1 year ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/mrm8488/bert-tiny-finetuned-sms-spam-detection"
).launch()