khanrc commited on
Commit
e89c8bc
1 Parent(s): 8f29e63

Update notice message on inference time

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"\nInference takes about 10 seconds since this demo is running on the free CPU device."
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