multimodalart HF staff commited on
Commit
a235132
·
verified ·
1 Parent(s): 21a3a9e

Update app_ctrlx.py

Browse files
Files changed (1) hide show
  1. 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