Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jhansi1
/
google-bert-bert-base-cased
like
0
Running
App
Files
Files
Community
d005e43
google-bert-bert-base-cased
/
app.py
jhansi1
initial commit
d005e43
verified
7 days ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert/bert-base-cased"
).launch()