Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Daniela-C
/
mask-google-bert-bert-base-uncased
like
0
Sleeping
App
Files
Files
Community
main
mask-google-bert-bert-base-uncased
/
app.py
Daniela-C
initial commit
006cc6e
verified
5 months 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()