Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ To perform basic and useful NLP tasks with Streamlit, Spacy, Textblob, and Gensi
|
|
18 |
"""
|
19 |
# Core Pkgs
|
20 |
import os
|
|
|
21 |
#os.system('sudo apt-get install tesseract-ocr-eng')
|
22 |
#os.system('sudo apt-get install tesseract-ocr-ben')
|
23 |
|
|
|
18 |
"""
|
19 |
# Core Pkgs
|
20 |
import os
|
21 |
+
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
22 |
#os.system('sudo apt-get install tesseract-ocr-eng')
|
23 |
#os.system('sudo apt-get install tesseract-ocr-ben')
|
24 |
|