apolinario commited on
Commit
bb4298d
·
1 Parent(s): 4915664

Inline reset countdown into runs-exhausted headline

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -1782,8 +1782,7 @@ function quotaErrorBodyHtml(errMsg) {
1782
  const resetPhrase = resetIn
1783
  ? `Come back in ${resetIn.replace(" ", " and ")} for a reset, or`
1784
  : `Come back tomorrow for a reset, or`;
1785
- return `<div class="status-text">You've used all ${limit} free ZeroGPU runs for today.</div>
1786
- <div style="font-size:12px;color:var(--text-secondary);margin-top:2px">${resetPhrase}</div>
1787
  <a class="status-cta upgrade" href="https://huggingface.co/subscribe/pro?from=ZeroGPU" target="_blank">🤗 Subscribe to HF PRO to get 40 min/day of execution quota</a>
1788
  <div style="font-size:13px;font-weight:700;color:var(--accent);margin-top:4px">That's 1,000+ voice generations a day</div>`;
1789
  }
 
1782
  const resetPhrase = resetIn
1783
  ? `Come back in ${resetIn.replace(" ", " and ")} for a reset, or`
1784
  : `Come back tomorrow for a reset, or`;
1785
+ return `<div class="status-text">You've used all ${limit} free ZeroGPU runs for today. ${resetPhrase}</div>
 
1786
  <a class="status-cta upgrade" href="https://huggingface.co/subscribe/pro?from=ZeroGPU" target="_blank">🤗 Subscribe to HF PRO to get 40 min/day of execution quota</a>
1787
  <div style="font-size:13px;font-weight:700;color:var(--accent);margin-top:4px">That's 1,000+ voice generations a day</div>`;
1788
  }