Gregniuki commited on
Commit
7527162
·
1 Parent(s): de9677f

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. templates/interface.html +1 -1
templates/interface.html CHANGED
@@ -29,7 +29,7 @@
29
  <div>
30
  <label for="selected_model">Select a model:</label>
31
  <select id="selected_model" name="selected_model">
32
- {% for model_name in onnx_models %}
33
  <option value="{{ model_name }}">{{ model_name }}</option>
34
  {% endfor %}
35
  </select>
 
29
  <div>
30
  <label for="selected_model">Select a model:</label>
31
  <select id="selected_model" name="selected_model">
32
+ {% for model_name in model_names %}
33
  <option value="{{ model_name }}">{{ model_name }}</option>
34
  {% endfor %}
35
  </select>