Update static/app.js
Browse files- static/app.js +1 -1
static/app.js
CHANGED
|
@@ -29,7 +29,7 @@ const dropdownOptions = dropdownMenu
|
|
| 29 |
? dropdownMenu.querySelectorAll(".dropdown-option")
|
| 30 |
: [];
|
| 31 |
const selectedModelSpan = document.getElementById("selectedModel");
|
| 32 |
-
let selectedModelValue = "
|
| 33 |
const customDropdown = document.getElementById("modelDropdown");
|
| 34 |
|
| 35 |
// Loading animation
|
|
|
|
| 29 |
? dropdownMenu.querySelectorAll(".dropdown-option")
|
| 30 |
: [];
|
| 31 |
const selectedModelSpan = document.getElementById("selectedModel");
|
| 32 |
+
let selectedModelValue = "openai/clip-vit-base-patch32";
|
| 33 |
const customDropdown = document.getElementById("modelDropdown");
|
| 34 |
|
| 35 |
// Loading animation
|