Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ from diffusers.utils.import_utils import is_xformers_available
|
|
79 |
from accelerate.utils import set_seed
|
80 |
from latentsync.whisper.audio2feature import Audio2Feature
|
81 |
|
82 |
-
@spaces.GPU(duration=
|
83 |
def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
|
84 |
inference_ckpt_path = "checkpoints/latentsync_unet.pt"
|
85 |
unet_config_path = "configs/unet/second_stage.yaml"
|
|
|
79 |
from accelerate.utils import set_seed
|
80 |
from latentsync.whisper.audio2feature import Audio2Feature
|
81 |
|
82 |
+
@spaces.GPU(duration=200)
|
83 |
def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
|
84 |
inference_ckpt_path = "checkpoints/latentsync_unet.pt"
|
85 |
unet_config_path = "configs/unet/second_stage.yaml"
|