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