Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
malusama
/
bert
like
0
Runtime error
App
Files
Files
Community
malusama
commited on
Jan 19, 2023
Commit
cea22fb
•
1 Parent(s):
18c7dad
init
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/uer/sbert-base-chinese-nli").launch()