susunghong commited on
Commit
6412949
1 Parent(s): 5875d0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,7 +80,7 @@ def main():
80
  return [ori_image, sag_image, seed]
81
 
82
  def reset():
83
- return [0, "Randomize Seed", 42, 3.0, 0.75, None, None]
84
 
85
  with gr.Blocks() as demo:
86
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
@@ -108,7 +108,7 @@ def main():
108
  show_label=False,
109
  interactive=True,
110
  )
111
- seed = gr.Number(value=8978, precision=0, label="Seed", interactive=True)
112
 
113
  with gr.Row():
114
  cfg_scale = gr.Slider(
 
80
  return [ori_image, sag_image, seed]
81
 
82
  def reset():
83
+ return [0, "Randomize Seed", 90061, 3.0, 0.75, None, None]
84
 
85
  with gr.Blocks() as demo:
86
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
 
108
  show_label=False,
109
  interactive=True,
110
  )
111
+ seed = gr.Number(value=90061, precision=0, label="Seed", interactive=True)
112
 
113
  with gr.Row():
114
  cfg_scale = gr.Slider(