Wauplin HF staff commited on
Commit
9731d82
1 Parent(s): 9a59460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["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>"
 
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>"