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...
c7f00d3
bert-base-uncased
/
appy.py
hugging2021
Create appy.py
c7f00d3
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert/bert-base-uncased"
).launch()