lemonaddie commited on
Commit
768afe4
·
verified ·
1 Parent(s): 23f8038

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -182,7 +182,7 @@ def run_demo_server(pipe):
182
  interactive=False,
183
  )
184
 
185
- blocks_settings_depth = [ensemble_size, denoise_steps, processing_res]
186
  blocks_settings = blocks_settings_depth
187
  map_id_to_default = {b._id: b.value for b in blocks_settings}
188
 
 
182
  interactive=False,
183
  )
184
 
185
+ blocks_settings_depth = [ensemble_size, denoise_steps, processing_res, domain]
186
  blocks_settings = blocks_settings_depth
187
  map_id_to_default = {b._id: b.value for b in blocks_settings}
188