Soumen commited on
Commit
4834995
·
1 Parent(s): 2bfe916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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