sitwala commited on
Commit
1fd5f70
·
1 Parent(s): ef510be

editing download

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import spacy
2
  import gradio as gr
3
 
4
- python3 -m spacy download en_core_web_lg
5
 
6
  nlp = spacy.load("en_core_web_lg")
7
  def ner(text):
 
1
  import spacy
2
  import gradio as gr
3
 
4
+ spacy download en_core_web_lg
5
 
6
  nlp = spacy.load("en_core_web_lg")
7
  def ner(text):