ejschwartz commited on
Commit
43e3573
·
1 Parent(s): 94dc66c

Set TOKENIZERS_PARALLELISM

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import frontmatter
2
  import gradio as gr
3
  import json
 
1
+ import os
2
+ os.environ["TOKENIZERS_PARALLELISM"] = "true"
3
+
4
  import frontmatter
5
  import gradio as gr
6
  import json