edits
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import spacy
|
2 |
import gradio as gr
|
3 |
-
|
4 |
|
5 |
-
#
|
6 |
|
7 |
nlp = spacy.load("en_core_web_lg")
|
8 |
def ner(text):
|
|
|
1 |
import spacy
|
2 |
import gradio as gr
|
3 |
+
|
4 |
|
5 |
+
#spacy download en_core_web_lg
|
6 |
|
7 |
nlp = spacy.load("en_core_web_lg")
|
8 |
def ner(text):
|