dome272 commited on
Commit
9690d19
1 Parent(s): a41ebe5
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from previewer.modules import Previewer
12
  from compel import Compel
13
  os.environ['TOKENIZERS_PARALLELISM'] = 'false'
14
 
 
15
  DESCRIPTION = "# Würstchen"
16
  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>"
17
  if not torch.cuda.is_available():
 
12
  from compel import Compel
13
  os.environ['TOKENIZERS_PARALLELISM'] = 'false'
14
 
15
+
16
  DESCRIPTION = "# Würstchen"
17
  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>"
18
  if not torch.cuda.is_available():