Spaces:
Paused
Paused
Update templates/inference.html
Browse files- 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 === '
|
| 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;
|