zenafey commited on
Commit
05bd79c
1 Parent(s): 931c29e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(theme="Base") as demo:
51
  choices=SAMPLER_LIST)
52
  model = gr.Dropdown(
53
  interactive=True,
54
- value="dreamlike-photoreal-2.0.safetensors [fdcf65e7]",
55
  show_label=True,
56
  label="Stable Diffusion Checkpoint",
57
  choices=get_models()
@@ -88,7 +88,7 @@ with gr.Blocks(theme="Base") as demo:
88
  sampler = gr.Dropdown(value="Euler a", show_label=True, label="Sampling Method", choices=SAMPLER_LIST)
89
  model = gr.Dropdown(
90
  interactive=True,
91
- value="dreamlike-photoreal-2.0.safetensors [fdcf65e7]",
92
  show_label=True,
93
  label="Stable Diffusion Checkpoint",
94
  choices=get_models()
 
51
  choices=SAMPLER_LIST)
52
  model = gr.Dropdown(
53
  interactive=True,
54
+ value=get_models()[1],
55
  show_label=True,
56
  label="Stable Diffusion Checkpoint",
57
  choices=get_models()
 
88
  sampler = gr.Dropdown(value="Euler a", show_label=True, label="Sampling Method", choices=SAMPLER_LIST)
89
  model = gr.Dropdown(
90
  interactive=True,
91
+ value=get_models()[1],
92
  show_label=True,
93
  label="Stable Diffusion Checkpoint",
94
  choices=get_models()