Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
bert
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cca1642
bert
/
app.py
abidlabs
HF Staff
Update app.py
cca1642
over 2 years ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bert-base-uncased"
, examples=[
"The goal of life is [MASK]."
]).launch()