Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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():
|