Upload index.html
Browse files- web/index.html +12 -2
web/index.html
CHANGED
|
@@ -77,7 +77,6 @@
|
|
| 77 |
</select></label>
|
| 78 |
</div>
|
| 79 |
<p class="implementation-mode-help" id="implementationModeHelp">Strict inference requires a real working inference endpoint. The run fails if the generated Space only boots without producing a valid output.</p>
|
| 80 |
-
<p class="muted cost-note">Pi uses Hugging Face Inference Providers for Qwen. Usage may consume paid inference credits. Automatic fallback avoids high/restricted tiers such as A100/H200; choose those manually in Space Settings only if your account is allowed.</p>
|
| 81 |
<div class="form-grid two-cols">
|
| 82 |
<label>Preferred GPU<select id="preferredHardware"><option value="zero-a10g" selected>ZeroGPU</option></select></label>
|
| 83 |
<label>Fallback GPU<select id="fallbackHardware"><option value="a10g-large" selected>A10G Large</option><option value="l40sx1">L40S x1</option><option value="t4-medium">T4 Medium</option><option value="cpu-basic">CPU Basic</option></select></label>
|
|
@@ -103,7 +102,8 @@
|
|
| 103 |
<div><span>Payment</span><strong id="billingPayment">—</strong></div>
|
| 104 |
<div hidden><span>Usage / quotas</span><strong id="billingUsage">Dashboard only</strong></div>
|
| 105 |
</div>
|
| 106 |
-
<p class="muted billing-note" id="billingNote">
|
|
|
|
| 107 |
<a class="link-btn small full" id="openBilling" href="https://huggingface.co/settings/billing" target="_blank">Open billing dashboard ↗</a>
|
| 108 |
</section>
|
| 109 |
</div>
|
|
@@ -163,6 +163,16 @@
|
|
| 163 |
<div id="activityFeed" class="activity-feed"><div class="empty">No activity yet.</div></div>
|
| 164 |
</section>
|
| 165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
<section class="mini-panel active-latency-card" id="activeLatencyCard" aria-label="Active run inference latency">
|
| 167 |
<div class="card-title-row">
|
| 168 |
<h4>Inference latency</h4>
|
|
|
|
| 77 |
</select></label>
|
| 78 |
</div>
|
| 79 |
<p class="implementation-mode-help" id="implementationModeHelp">Strict inference requires a real working inference endpoint. The run fails if the generated Space only boots without producing a valid output.</p>
|
|
|
|
| 80 |
<div class="form-grid two-cols">
|
| 81 |
<label>Preferred GPU<select id="preferredHardware"><option value="zero-a10g" selected>ZeroGPU</option></select></label>
|
| 82 |
<label>Fallback GPU<select id="fallbackHardware"><option value="a10g-large" selected>A10G Large</option><option value="l40sx1">L40S x1</option><option value="t4-medium">T4 Medium</option><option value="cpu-basic">CPU Basic</option></select></label>
|
|
|
|
| 102 |
<div><span>Payment</span><strong id="billingPayment">—</strong></div>
|
| 103 |
<div hidden><span>Usage / quotas</span><strong id="billingUsage">Dashboard only</strong></div>
|
| 104 |
</div>
|
| 105 |
+
<p class="muted billing-note" id="billingNote">Billing readiness is checked here. Usage and quota details remain in the Hugging Face Billing dashboard.</p>
|
| 106 |
+
<div class="billing-cost-note">Pi uses Hugging Face Inference Providers for Qwen. Usage may consume paid inference credits. Automatic fallback avoids high/restricted tiers such as A100/H200; choose those manually in Space Settings only if your account is allowed.</div>
|
| 107 |
<a class="link-btn small full" id="openBilling" href="https://huggingface.co/settings/billing" target="_blank">Open billing dashboard ↗</a>
|
| 108 |
</section>
|
| 109 |
</div>
|
|
|
|
| 163 |
<div id="activityFeed" class="activity-feed"><div class="empty">No activity yet.</div></div>
|
| 164 |
</section>
|
| 165 |
|
| 166 |
+
<section class="mini-panel agent-recovery-card" id="agentRecoveryCard" aria-label="Agent recovery status" hidden>
|
| 167 |
+
<div class="card-title-row">
|
| 168 |
+
<h4>Agent recovery</h4>
|
| 169 |
+
<span class="badge neutral" id="agentRecoveryBadge">Not needed</span>
|
| 170 |
+
</div>
|
| 171 |
+
<div id="agentRecoveryBody" class="agent-recovery-body">
|
| 172 |
+
<div class="empty compact-empty">Recovery details appear when Pi diagnoses a build or runtime blockage.</div>
|
| 173 |
+
</div>
|
| 174 |
+
</section>
|
| 175 |
+
|
| 176 |
<section class="mini-panel active-latency-card" id="activeLatencyCard" aria-label="Active run inference latency">
|
| 177 |
<div class="card-title-row">
|
| 178 |
<h4>Inference latency</h4>
|