Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -217,4 +217,4 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
|
|
217 |
|
218 |
if __name__ == "__main__":
|
219 |
|
220 |
-
demo.queue().launch(show_api=False,
|
|
|
217 |
|
218 |
if __name__ == "__main__":
|
219 |
|
220 |
+
demo.queue().launch(show_api=False, show_progress="minimal")
|