Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Update app1.py
Browse files
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 |
|