Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hiert
/
bert-base-uncased
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
415411f
bert-base-uncased
/
app.py
hiert
initial commit
415411f
over 1 year ago
raw
Copy download link
history
blame
75 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bert-base-uncased"
).launch()