s-ahal commited on
Commit
61a13ab
·
verified ·
1 Parent(s): 997a354

Update static/app.js

Browse files
Files changed (1) hide show
  1. 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 = "rupeshs/LCM-runwayml-stable-diffusion-v1-5";
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