fix: dependencies

This commit is contained in:
zzzweakman
2025-04-12 01:40:40 +08:00
parent b9b459a119
commit be656b199b
4 changed files with 9 additions and 12 deletions

2
app.py
View File

@@ -4,7 +4,6 @@ import pdb
import re
import gradio as gr
import spaces
import numpy as np
import sys
import subprocess
@@ -181,7 +180,6 @@ def fast_check_ffmpeg():
return False
@spaces.GPU(duration=600)
@torch.no_grad()
def inference(audio_path, video_path, bbox_shift, extra_margin=10, parsing_mode="jaw",
left_cheek_width=90, right_cheek_width=90, progress=gr.Progress(track_tqdm=True)):