Spaces:
Running
Running
Clarify PRIMO evaluation duration
Browse files
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 |
-
"
|
| 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 |
|