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