broadfield-dev commited on
Commit
a49b54f
·
verified ·
1 Parent(s): cbdbe97

Update templates/inference.html

Browse files
Files changed (1) hide show
  1. templates/inference.html +1 -1
templates/inference.html CHANGED
@@ -87,7 +87,7 @@
87
  const inputModel = document.getElementById('inputModel').value;
88
  const hfToken = document.getElementById('hfToken');
89
  console.log(model)
90
- if (model === 'Custom') {
91
  modelOut = inputModel;
92
  } else {
93
  modelOut = model;
 
87
  const inputModel = document.getElementById('inputModel').value;
88
  const hfToken = document.getElementById('hfToken');
89
  console.log(model)
90
+ if (model === 'custom') {
91
  modelOut = inputModel;
92
  } else {
93
  modelOut = model;