tdubon commited on
Commit
4e22b6b
·
1 Parent(s): 3a7504b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
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
 
1
+ git lfs install
2
+ git clone https://huggingface.co/spacy/en_core_web_md
3
 
4
  import gradio as gr
5
  import spacy