Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,18 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
83 |
negative = ""
|
84 |
return p.replace("{prompt}", positive), n + negative
|
85 |
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
if not torch.cuda.is_available():
|
88 |
DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
|
89 |
|
|
|
83 |
negative = ""
|
84 |
return p.replace("{prompt}", positive), n + negative
|
85 |
|
86 |
+
|
87 |
+
|
88 |
+
|
89 |
+
|
90 |
+
DESCRIPTION = """## DALLE 4K
|
91 |
+
Drop your best results in the community: [rb.gy/pyaaoz](http://rb.gy/pyaaoz)
|
92 |
+
"""
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
if not torch.cuda.is_available():
|
99 |
DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
|
100 |
|