Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kinnessop
/
bert-base-chinese
like
0
Sleeping
App
Files
Files
Community
27187e1
bert-base-chinese
/
app.py
Kinnessop
initial commit
27187e1
over 1 year ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bert-base-chinese"
).launch()