Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Greenniche
/
spacy-zh_core_web_sm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Greenniche
commited on
Apr 3, 2023
Commit
4d63c72
·
1 Parent(s):
a179540
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -1,7 +1,4 @@
1
import gradio as gr
2
-
3
-
gr.Interface.load("models/spacy/zh_core_web_sm").launch()
4
-
5
import spacy
6
import textdistance
7
1
import gradio as gr
2
import spacy
3
import textdistance
4