gracexu commited on
Commit
8a41ea2
·
1 Parent(s): d87131b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ DESCRIPTION = """\
23
  """
24
 
25
  if not torch.cuda.is_available():
26
- DESCRIPTION += "\n<p>You are running on CPU 🥶 This chat does not work on CPU.</p>"
27
 
28
 
29
  if torch.cuda.is_available():
 
23
  """
24
 
25
  if not torch.cuda.is_available():
26
+ DESCRIPTION += "\n<p>Running on CPU 🥶 for taking a break. It does not work on CPU. On duty between 11-12am EST </p>"
27
 
28
 
29
  if torch.cuda.is_available():