LeoXing1996 commited on
Commit
d4ba169
·
1 Parent(s): d4b4c95

convert entry

Browse files
Files changed (1) hide show
  1. app-huggingface.py +1 -0
app-huggingface.py CHANGED
@@ -234,6 +234,7 @@ class AnimateController:
234
 
235
  pipeline = self.pipeline_dict[style]
236
  init_img, h, w = preprocess_img(init_img)
 
237
  sample = pipeline(
238
  image=init_img,
239
  prompt=prompt_textbox,
 
234
 
235
  pipeline = self.pipeline_dict[style]
236
  init_img, h, w = preprocess_img(init_img)
237
+ print(f'img size: {h, w}')
238
  sample = pipeline(
239
  image=init_img,
240
  prompt=prompt_textbox,