prithivMLmods commited on
Commit
7cb87ef
·
verified ·
1 Parent(s): d0217ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
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
- DESCRIPTION = """"""
 
 
 
 
 
 
 
 
 
 
 
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