clementchadebec commited on
Commit
a5c5f11
·
verified ·
1 Parent(s): 2f71c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,7 +154,7 @@ 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=False,
158
  show_api=False,
159
  )
160
 
@@ -217,4 +217,4 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
217
 
218
  if __name__ == "__main__":
219
 
220
- demo.queue().launch(share=True, show_api=False)
 
154
  evaluate,
155
  inputs=[fg_image, bg_image, num_inference_steps],
156
  outputs=[output_slider],
157
+ show_progress="minimal",
158
  show_api=False,
159
  )
160
 
 
217
 
218
  if __name__ == "__main__":
219
 
220
+ demo.queue().launch(show_api=False, show_progree="minimal")