Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|