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
refs/pr/1
google-bert-bert-base-uncased
/
app.py
hugging2021
Update app.py
9c66c68
verified
6 months ago
raw
Copy download link
history
blame
77 Bytes
import
gradio
as
gr
gr.load(
"models/google-bert-bert-base-uncased"
).launch()