Spaces:
Paused
Paused
Update app_celery.py
Browse files- app_celery.py +3 -3
app_celery.py
CHANGED
@@ -190,8 +190,8 @@ def main(args):
|
|
190 |
first_coeff_path, crop_pic_path, crop_info = preprocess_model.generate(pic_path, first_frame_dir, args.preprocess, source_image_flag=True)
|
191 |
|
192 |
|
193 |
-
print('first_coeff_path ',
|
194 |
-
print('crop_pic_path ',
|
195 |
print('crop_info ',crop_info)
|
196 |
|
197 |
if first_coeff_new_path is None:
|
@@ -234,7 +234,7 @@ def main(args):
|
|
234 |
# expression_scale=args.expression_scale, still_mode=args.still, preprocess=args.preprocess, size=args.size)
|
235 |
|
236 |
|
237 |
-
data = get_facerender_data(coeff_path,
|
238 |
batch_size, input_yaw_list, input_pitch_list, input_roll_list,
|
239 |
expression_scale=args.expression_scale, still_mode=args.still, preprocess=args.preprocess)
|
240 |
|
|
|
190 |
first_coeff_path, crop_pic_path, crop_info = preprocess_model.generate(pic_path, first_frame_dir, args.preprocess, source_image_flag=True)
|
191 |
|
192 |
|
193 |
+
print('first_coeff_path ',first_coeff_path)
|
194 |
+
print('crop_pic_path ',crop_pic_path)
|
195 |
print('crop_info ',crop_info)
|
196 |
|
197 |
if first_coeff_new_path is None:
|
|
|
234 |
# expression_scale=args.expression_scale, still_mode=args.still, preprocess=args.preprocess, size=args.size)
|
235 |
|
236 |
|
237 |
+
data = get_facerender_data(coeff_path, crop_pic_path, first_coeff_path, audio_path,
|
238 |
batch_size, input_yaw_list, input_pitch_list, input_roll_list,
|
239 |
expression_scale=args.expression_scale, still_mode=args.still, preprocess=args.preprocess)
|
240 |
|