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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def evaluate(
54
  bg_image: PIL.Image.Image,
55
  num_sampling_steps: int = 1,
56
  ):
 
57
 
58
  ori_h_bg, ori_w_bg = fg_image.size
59
  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...")
58
 
59
  ori_h_bg, ori_w_bg = fg_image.size
60
  ar_bg = ori_h_bg / ori_w_bg