clementchadebec commited on
Commit
1a12ecd
·
verified ·
1 Parent(s): a178482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -154,9 +154,8 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
154
  evaluate,
155
  inputs=[fg_image, bg_image, num_inference_steps],
156
  outputs=[output_slider],
157
- show_progress="minimal",
158
  show_api=False,
159
- show_progress_on=[output_slider, bg_image]
160
  )
161
 
162
  with gr.Row():
 
154
  evaluate,
155
  inputs=[fg_image, bg_image, num_inference_steps],
156
  outputs=[output_slider],
157
+ show_progress="full",
158
  show_api=False,
 
159
  )
160
 
161
  with gr.Row():