Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def evaluate(
|
|
54 |
bg_image: PIL.Image.Image,
|
55 |
num_sampling_steps: int = 1,
|
56 |
):
|
57 |
-
gr.Info("Relighting Image...")
|
58 |
|
59 |
ori_h_bg, ori_w_bg = fg_image.size
|
60 |
ar_bg = ori_h_bg / ori_w_bg
|
|
|
54 |
bg_image: PIL.Image.Image,
|
55 |
num_sampling_steps: int = 1,
|
56 |
):
|
57 |
+
gr.Info("Relighting Image...", duration=3)
|
58 |
|
59 |
ori_h_bg, ori_w_bg = fg_image.size
|
60 |
ar_bg = ori_h_bg / ori_w_bg
|