khanrc
commited on
Commit
·
e89c8bc
1
Parent(s):
8f29e63
Update notice message on inference time
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ This demo highlights the strengths and limitations of unsupervised open-world se
|
|
| 56 |
"""
|
| 57 |
|
| 58 |
if device.type == "cpu":
|
| 59 |
-
description_body += f"\
|
| 60 |
|
| 61 |
description = description_head + description_body
|
| 62 |
|
|
|
|
| 56 |
"""
|
| 57 |
|
| 58 |
if device.type == "cpu":
|
| 59 |
+
description_body += f"\nThis demo is running on a free CPU device. Inference times may take around 5-10 seconds."
|
| 60 |
|
| 61 |
description = description_head + description_body
|
| 62 |
|