Ashrafb commited on
Commit
db9d314
1 Parent(s): 9ea74f0

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -304,9 +304,9 @@ input[type="number"]#scale:focus {
304
  </div><br>
305
  <label for="version">Select a model version:</label>
306
  <select id="version" required>
307
- <option value="v1.2">M1</option>
308
- <option value="v1.3">M2</option>
309
- <option value="v1.4">M3</option>
310
 
311
  </select><br>
312
 
 
304
  </div><br>
305
  <label for="version">Select a model version:</label>
306
  <select id="version" required>
307
+ <option value="M1">M1</option>
308
+ <option value="M2">M2</option>
309
+ <option value="M3">M3</option>
310
 
311
  </select><br>
312