Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import user_history
|
|
| 15 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
| 16 |
|
| 17 |
DESCRIPTION = "# Stable Cascade"
|
| 18 |
-
DESCRIPTION += "\n<p style=\"text-align: center\">Unofficial demo for <a href='https://huggingface.co/stabilityai/stable-cascade' target='_blank'>Stable Casacade</a>, a new high resolution text-to-image model by Stability AI, built on the Würstchen architecture - <a href=
|
| 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 = "# Stable Cascade"
|
| 18 |
+
DESCRIPTION += "\n<p style=\"text-align: center\">Unofficial demo for <a href='https://huggingface.co/stabilityai/stable-cascade' target='_blank'>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 |
|