Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,6 +156,7 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
|
|
| 156 |
outputs=[output_slider],
|
| 157 |
show_progress="minimal",
|
| 158 |
show_api=False,
|
|
|
|
| 159 |
)
|
| 160 |
|
| 161 |
with gr.Row():
|
|
|
|
| 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():
|