Spaces:
Sleeping
Sleeping
Commit
•
4194f20
1
Parent(s):
b047885
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from previewer.modules import Previewer
|
|
15 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
16 |
|
17 |
DESCRIPTION = "# Stable Cascade"
|
18 |
-
DESCRIPTION += "\n<p style=\"text-align: center\"
|
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 high resolution text-to-image model built on the Würstchen architecture (Würstchen v3)</p>"
|
19 |
if not torch.cuda.is_available():
|
20 |
DESCRIPTION += "\n<p>Running on CPU 🥶</p>"
|
21 |
|