Christopher Capobianco
commited on
Commit
·
e71d901
1
Parent(s):
6dd9bd4
Install spacy module en_core_web_sm from inside the app
Browse files
projects/01_Document_Classifier.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import easyocr
|
| 3 |
import pickle
|
| 4 |
import spacy
|
| 5 |
-
import en_core_web_sm
|
| 6 |
import re
|
| 7 |
import os
|
| 8 |
import subprocess
|
|
|
|
| 2 |
import easyocr
|
| 3 |
import pickle
|
| 4 |
import spacy
|
| 5 |
+
# import en_core_web_sm
|
| 6 |
import re
|
| 7 |
import os
|
| 8 |
import subprocess
|