Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Jun 20, 2024
1 parent d2bae3d commit bb90dd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb90dd7

Please sign in to comment.