Spaces:
Runtime error
Runtime error
Commit
•
b011089
1
Parent(s):
45a9c8b
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,9 @@ from diffusers import (
|
|
15 |
T2IAdapter,
|
16 |
)
|
17 |
|
18 |
-
DESCRIPTION =
|
|
|
|
|
19 |
|
20 |
if not torch.cuda.is_available():
|
21 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
15 |
T2IAdapter,
|
16 |
)
|
17 |
|
18 |
+
DESCRIPTION = '''# T2I-Adapter-SDXL **Sketch**
|
19 |
+
To try out all the [6 T2I-Adapter](https://huggingface.co/collections/TencentARC/t2i-adapter-sdxl-64fac9cbf393f30370eeb02f) released for SDXL, [click here](https://huggingface.co/spaces/TencentARC/T2I-Adapter-SDXL)
|
20 |
+
'''
|
21 |
|
22 |
if not torch.cuda.is_available():
|
23 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|