fffiloni commited on
Commit
bbf5aa4
·
verified ·
1 Parent(s): 7e6926a

Upload index.html

Browse files
Files changed (1) hide show
  1. web/index.html +5 -2
web/index.html CHANGED
@@ -57,7 +57,11 @@
57
  <label>Target Space name<input id="targetSpace" placeholder="my-llama-31-8b-demo" /></label>
58
  <div class="form-grid two-cols">
59
  <label>Pi model<select id="piModel"><option value="Qwen/Qwen3-Coder-Next" selected>Qwen/Qwen3-Coder-Next</option></select></label>
60
- <label>Implementation mode<select id="implementationMode"><option value="full-inference-gated">Gradio (Python)</option><option value="full-inference-gated">full-inference-gated</option><option value="full-inference-attempt">full-inference-attempt</option><option value="safe-scaffold">safe-scaffold</option></select></label>
 
 
 
 
61
  </div>
62
  <div class="form-grid two-cols">
63
  <label>Preferred GPU<select id="preferredHardware"><option value="zero-a10g" selected>ZeroGPU</option></select></label>
@@ -122,7 +126,6 @@
122
  <button class="secondary small" id="manualGoValidate">Prefill Space Test</button>
123
  </div>
124
  </div>
125
- <div class="poll-warning" id="pollWarning" hidden>Progress polling is temporarily unavailable. Retrying automatically…</div>
126
 
127
  <section class="mini-panel latest-events-card">
128
  <div class="card-title-row">
 
57
  <label>Target Space name<input id="targetSpace" placeholder="my-llama-31-8b-demo" /></label>
58
  <div class="form-grid two-cols">
59
  <label>Pi model<select id="piModel"><option value="Qwen/Qwen3-Coder-Next" selected>Qwen/Qwen3-Coder-Next</option></select></label>
60
+ <label>Implementation mode<select id="implementationMode">
61
+ <option value="full-inference-gated" selected>Strict real inference — validated Gradio app</option>
62
+ <option value="full-inference-attempt">Best-effort inference — permissive prototype</option>
63
+ <option value="safe-scaffold">Safe scaffold only — boots without inference guarantee</option>
64
+ </select></label>
65
  </div>
66
  <div class="form-grid two-cols">
67
  <label>Preferred GPU<select id="preferredHardware"><option value="zero-a10g" selected>ZeroGPU</option></select></label>
 
126
  <button class="secondary small" id="manualGoValidate">Prefill Space Test</button>
127
  </div>
128
  </div>
 
129
 
130
  <section class="mini-panel latest-events-card">
131
  <div class="card-title-row">