Spaces:
Runtime error
Runtime error
Update app_ctrlx.py
Browse files- app_ctrlx.py +1 -0
app_ctrlx.py
CHANGED
@@ -410,6 +410,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css, title="Ctrl-X (SDXL v1.0)") a
|
|
410 |
],
|
411 |
examples_per_page=50,
|
412 |
cache_examples="lazy",
|
|
|
413 |
outputs=[result, result_refiner, structure_recon, appearance_recon]
|
414 |
)
|
415 |
|
|
|
410 |
],
|
411 |
examples_per_page=50,
|
412 |
cache_examples="lazy",
|
413 |
+
fn=inference,
|
414 |
outputs=[result, result_refiner, structure_recon, appearance_recon]
|
415 |
)
|
416 |
|