Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from previewer.modules import Previewer
|
|
12 |
|
13 |
from gallery_history import fetch_gallery_history, show_gallery_history
|
14 |
|
15 |
-
os.environ[
|
16 |
|
17 |
DESCRIPTION = "# Würstchen"
|
18 |
DESCRIPTION += "\n<p style=\"text-align: center\"><a href='https://huggingface.co/warp-ai/wuerstchen' target='_blank'>Würstchen</a> is a new fast and efficient high resolution text-to-image architecture and model</p>"
|
|
|
12 |
|
13 |
from gallery_history import fetch_gallery_history, show_gallery_history
|
14 |
|
15 |
+
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
16 |
|
17 |
DESCRIPTION = "# Würstchen"
|
18 |
DESCRIPTION += "\n<p style=\"text-align: center\"><a href='https://huggingface.co/warp-ai/wuerstchen' target='_blank'>Würstchen</a> is a new fast and efficient high resolution text-to-image architecture and model</p>"
|