Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
docs-demos/bert-base-uncased
hugging2021
/
bert-base-uncased
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bert-base-uncased
/
app.py
hugging2021
Rename appy.py to app.py
f37df6f
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert/bert-base-uncased"
).launch()