Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xxioooooo
/
bert-base-chinese
like
0
Runtime error
App
Files
Files
Community
xxioooooo
commited on
Feb 13, 2023
Commit
c4ab3f6
•
1 Parent(s):
1c0d06e
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/bert-base-chinese").launch()