tsi-org commited on
Commit
d4596c5
1 Parent(s): 5cf93de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import user_history
15
  os.environ['TOKENIZERS_PARALLELISM'] = 'false'
16
 
17
  DESCRIPTION = "# Pixio x Stable Cascade"
18
- DESCRIPTION += "\n<p style=\"text-align: center\">Official demo for <a href='https://pixio.myapps.ai' target='_blank'>Pixio Stable Casacade</a>, a new high resolution text-to-image model by Stability AI, built on the Würstchen architecture - <a href='https://huggingface.co/stabilityai/stable-cascade/blob/main/LICENSE' target='_blank'>non-commercial research license</a></p>"
19
  if not torch.cuda.is_available():
20
  DESCRIPTION += "\n<p>Running on CPU 🥶</p>"
21
 
 
15
  os.environ['TOKENIZERS_PARALLELISM'] = 'false'
16
 
17
  DESCRIPTION = "# Pixio x Stable Cascade"
18
+ DESCRIPTION += "\n<p style=\"text-align: center\">Official demo for <a href='https://pixio.myapps.ai' target='_blank'>Pixio Stable Casacade</a>, a new high resolution text-to-image model by Stability AI, built on the Würstchen architecture - <a href='https://pixio.myapps.ai' target='_blank'>non-commercial research license</a></p>"
19
  if not torch.cuda.is_available():
20
  DESCRIPTION += "\n<p>Running on CPU 🥶</p>"
21