Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MasterBlueSAMA
/
google-bert-bert-base-uncased
like
0
Sleeping
App
Files
Files
Community
c656392
google-bert-bert-base-uncased
/
app.py
MasterBlueSAMA
initial commit
c656392
verified
19 days ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert/bert-base-uncased"
).launch()