From 43f78039ddfb7454aad6574dd0ba96edf97f92c9 Mon Sep 17 00:00:00 2001 From: zhangdingyun Date: Mon, 19 Aug 2024 17:28:50 +0800 Subject: [PATCH] feat: image driven, regional animation --- src/gradio_pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gradio_pipeline.py b/src/gradio_pipeline.py index 298eb11..5b63fe1 100644 --- a/src/gradio_pipeline.py +++ b/src/gradio_pipeline.py @@ -543,7 +543,6 @@ class GradioPipeline(LivePortraitPipeline): """ for keeping lips in the source video silent """ if input_video is not None: - # gr.Info("Upload successfully!", duration=2) inference_cfg = self.live_portrait_wrapper.inference_cfg ######## process source video ######## source_rgb_lst = load_video(input_video)