TheVeshup commited on
Commit
17e0ebd
·
verified ·
1 Parent(s): c379683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ css = """
72
  """
73
 
74
  # Higher Defaults for Advanced Settings
75
- DEFAULT_STEPS = 40
76
- DEFAULT_GUIDANCE = 8
77
 
78
  with gr.Blocks(css=css) as demo:
79
  with gr.Column(elem_id="col-container"):
 
72
  """
73
 
74
  # Higher Defaults for Advanced Settings
75
+ DEFAULT_STEPS = 90
76
+ DEFAULT_GUIDANCE = 10
77
 
78
  with gr.Blocks(css=css) as demo:
79
  with gr.Column(elem_id="col-container"):