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>
|
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():
|