Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hugging2021
/
google-bert-bert-base-uncased
like
0
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
google-bert-bert-base-uncased
/
app.py
hugging2021
Update app.py
ddefc00
verified
8 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert/bert-base-uncased"
).launch()