zenafey commited on
Commit
c84504e
1 Parent(s): e5e7e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ samplers = pipe.constant("/sd/samplers")
11
 
12
 
13
  with gr.Blocks(css=css, theme="zenafey/prodia-web") as demo:
14
- model = gr.Dropdown(interactive=True, value=model_list[0], show_label=True, label="Stable Diffusion Checkpoint",
15
  choices=model_list, elem_id="model_dd")
16
 
17
  with gr.Tabs() as tabs:
 
11
 
12
 
13
  with gr.Blocks(css=css, theme="zenafey/prodia-web") as demo:
14
+ model = gr.Dropdown(interactive=True, value="anything-v4.5-pruned.ckpt [65745d25]", show_label=True, label="Stable Diffusion Checkpoint",
15
  choices=model_list, elem_id="model_dd")
16
 
17
  with gr.Tabs() as tabs: