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