tdubon commited on
Commit
6e9b9b9
1 Parent(s): 3e8d135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import spacy
3
  from spacy.pipeline import EntityRuler
 
1
+ !pip install https://huggingface.co/spacy/en_core_web_md/resolve/main/en_core_web_md-any-py3-none-any.whl
2
+
3
  import gradio as gr
4
  import spacy
5
  from spacy.pipeline import EntityRuler