Spaces:
Runtime error
Runtime error
update
Browse files
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
|
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():
|