From bb90dd7477b26466d3b243ef3049b2930df83bcb Mon Sep 17 00:00:00 2001 From: cocktailpeanut Date: Wed, 19 Jun 2024 20:14:08 -0400 Subject: [PATCH] update --- scripts/app.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/app.py b/scripts/app.py index 5581f25f..e106c02b 100644 --- a/scripts/app.py +++ b/scripts/app.py @@ -10,8 +10,11 @@ python scripts/app.py """ import argparse -from inference import inference_process + import gradio as gr +from inference import inference_process + + def predict(image, audio, size, steps, fps, cfg, pose_weight, face_weight, lip_weight, face_expand_ratio): """ Create a gradio interface with the configs.