Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ejschwartz
/
nova-6.7b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ejschwartz
commited on
May 27
Commit
43e3573
·
1 Parent(s):
94dc66c
Set TOKENIZERS_PARALLELISM
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -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