HungryTorch commited on
Commit
dfc6762
·
verified ·
1 Parent(s): b128212

Clarify PRIMO evaluation duration

Browse files
Files changed (1) hide show
  1. render.py +1 -1
render.py CHANGED
@@ -95,7 +95,7 @@ def evaluation_status() -> str:
95
  '<circle cx="12" cy="12" r="9"></circle>'
96
  '<path d="M12 3a9 9 0 0 1 9 9"></path></svg>'
97
  "<span>Your embeddings are being evaluated... This can take a few "
98
- "seconds.</span></div>"
99
  )
100
 
101
 
 
95
  '<circle cx="12" cy="12" r="9"></circle>'
96
  '<path d="M12 3a9 9 0 0 1 9 9"></path></svg>'
97
  "<span>Your embeddings are being evaluated... This can take a few "
98
+ "minutes.</span></div>"
99
  )
100
 
101