Subh775 commited on
Commit
c4b7e2c
·
verified ·
1 Parent(s): ecf935d

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -163,7 +163,7 @@
163
  <div class="container">
164
  <header>
165
  <h1>Tulsi Leaf Segmentation — RF-DETR</h1>
166
- <p class="header-note">Upload an image, set confidence, press <strong>Detect</strong>. CPU-only inference.</p>
167
  </header>
168
 
169
  <div class="main-content">
@@ -172,7 +172,7 @@
172
  <h2>Input & Controls</h2>
173
 
174
  <div id="upload-area" class="upload-area">
175
- <p>Click or drop an image here (jpg, png)</p>
176
  </div>
177
  <input id="file-input" class="visually-hidden" type="file" accept="image/*" />
178
 
@@ -184,7 +184,7 @@
184
  <div class="control-group">
185
  <div class="confidence-display">
186
  <label>Confidence Threshold</label>
187
- <span class="confidence-value" id="conf-display">0.25</span>
188
  </div>
189
  <input id="conf-slider" type="range" min="0" max="100" value="25" step="1">
190
  </div>
 
163
  <div class="container">
164
  <header>
165
  <h1>Tulsi Leaf Segmentation — RF-DETR</h1>
166
+ <p class="header-note">The model can predict wrongly over clutterd/unclear images. <strong>Recommended:</strong> Please provide focused images only.</p>
167
  </header>
168
 
169
  <div class="main-content">
 
172
  <h2>Input & Controls</h2>
173
 
174
  <div id="upload-area" class="upload-area">
175
+ <p>Click/drop an image (jpg, png)</p>
176
  </div>
177
  <input id="file-input" class="visually-hidden" type="file" accept="image/*" />
178
 
 
184
  <div class="control-group">
185
  <div class="confidence-display">
186
  <label>Confidence Threshold</label>
187
+ <span class="confidence-value" id="conf-display">0.05</span>
188
  </div>
189
  <input id="conf-slider" type="range" min="0" max="100" value="25" step="1">
190
  </div>