clementchadebec commited on
Commit
0931eb3
·
verified ·
1 Parent(s): 8cdda03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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