Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,6 +97,8 @@ def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
|
|
| 97 |
Returns:
|
| 98 |
str: File path to the generated output video with lip synchronization applied.
|
| 99 |
"""
|
|
|
|
|
|
|
| 100 |
|
| 101 |
inference_ckpt_path = "checkpoints/latentsync_unet.pt"
|
| 102 |
unet_config_path = "configs/unet/second_stage.yaml"
|
|
|
|
| 97 |
Returns:
|
| 98 |
str: File path to the generated output video with lip synchronization applied.
|
| 99 |
"""
|
| 100 |
+
|
| 101 |
+
gr.Info("180 seconds will be used from your daily ZeroGPU time credits.")
|
| 102 |
|
| 103 |
inference_ckpt_path = "checkpoints/latentsync_unet.pt"
|
| 104 |
unet_config_path = "configs/unet/second_stage.yaml"
|