feng-x commited on
Commit
4f1901d
·
verified ·
1 Parent(s): dfaa32e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. web_demo/static/app.js +1 -1
web_demo/static/app.js CHANGED
@@ -246,7 +246,7 @@ const runMeasurement = async (endpoint, formData, inputUrlFallback = "") => {
246
  const startedAt = Date.now();
247
  const renderElapsed = () => {
248
  const secs = Math.floor((Date.now() - startedAt) / 1000);
249
- setStatus(`Measuring… Please wait. (${secs}s)`);
250
  overallSize.innerHTML = `<div class="size-hero"><span class="size-label">Measuring… ${secs}s</span></div>`;
251
  };
252
  renderElapsed();
 
246
  const startedAt = Date.now();
247
  const renderElapsed = () => {
248
  const secs = Math.floor((Date.now() - startedAt) / 1000);
249
+ setStatus(`Measuring… Done in under a minute. (${secs}s)`);
250
  overallSize.innerHTML = `<div class="size-hero"><span class="size-label">Measuring… ${secs}s</span></div>`;
251
  };
252
  renderElapsed();