Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from markdown import markdown
|
|
10 |
from annotated_text import annotation
|
11 |
from PIL import Image
|
12 |
|
13 |
-
os.environ['TOKENIZERS_PARALLELISM'] =
|
14 |
|
15 |
#Haystack Components
|
16 |
@st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
|
|
|
10 |
from annotated_text import annotation
|
11 |
from PIL import Image
|
12 |
|
13 |
+
os.environ['TOKENIZERS_PARALLELISM'] ="false"
|
14 |
|
15 |
#Haystack Components
|
16 |
@st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
|