susunghong commited on
Commit
0a59d63
1 Parent(s): 8f48e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def main():
121
  return [ori_image, sag_image, seed]
122
 
123
  def reset():
124
- return [0, "Randomize Seed", 90061, 3.0, 1.0, None, None]
125
 
126
  with gr.Blocks() as demo:
127
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
 
121
  return [ori_image, sag_image, seed]
122
 
123
  def reset():
124
+ return [50, "Randomize Seed", 90061, 3.0, 1.0, None, None]
125
 
126
  with gr.Blocks() as demo:
127
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">