Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,9 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
| 161 |
|
| 162 |
|
| 163 |
|
| 164 |
-
DESCRIPTION = """
|
|
|
|
|
|
|
| 165 |
|
| 166 |
|
| 167 |
if not torch.cuda.is_available():
|
|
|
|
| 161 |
|
| 162 |
|
| 163 |
|
| 164 |
+
DESCRIPTION = """## DALLE PRO
|
| 165 |
+
|
| 166 |
+
"""
|
| 167 |
|
| 168 |
|
| 169 |
if not torch.cuda.is_available():
|