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