prithivMLmods commited on
Commit
f59f531
1 Parent(s): da33343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
79
  negative = ""
80
  return p.replace("{prompt}", positive), n + negative
81
 
82
- DESCRIPTION = """## MidJour IRL"""
83
  if not torch.cuda.is_available():
84
  DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
85
 
 
79
  negative = ""
80
  return p.replace("{prompt}", positive), n + negative
81
 
82
+ DESCRIPTION = """ """
83
  if not torch.cuda.is_available():
84
  DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
85