Pamudu13 commited on
Commit
4425896
·
verified ·
1 Parent(s): e4925b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from huggingface_hub import InferenceClient
10
  from typing import List, Tuple
11
 
12
  app = Flask(__name__, template_folder=os.getcwd())
 
13
 
14
  # Default settings
15
  class ChatConfig:
 
10
  from typing import List, Tuple
11
 
12
  app = Flask(__name__, template_folder=os.getcwd())
13
+ os.environ["TOKENIZERS_PARALLELISM"] = "false"
14
 
15
  # Default settings
16
  class ChatConfig: