Spaces:
Runtime error
Runtime error
nip
Browse files
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():
|