gracexu commited on
Commit
99edfc9
·
1 Parent(s): d8bcc59
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 demo 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>You are running on CPU 🥶 This chat does not work on CPU.</p>"
27
 
28
 
29
  if torch.cuda.is_available():