Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
bert
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4219bb
bert
/
app.py
abidlabs
HF Staff
Create app.py
c4219bb
over 2 years ago
raw
Copy download link
history
blame
75 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bert-base-uncased"
).launch()