Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def sadtalker_demo():
|
|
63 |
gr.Markdown("Possible driving combinations: <br> 1. Audio only 2. Audio/IDLE Mode + Ref Video(pose, blink, pose+blink) 3. IDLE Mode only 4. Ref Video only (all) ")
|
64 |
|
65 |
with gr.Row():
|
66 |
-
driven_audio = gr.Audio(label="Input audio", source="upload", type="filepath")
|
67 |
driven_audio_no = gr.Audio(label="Use IDLE mode, no audio is required", source="upload", type="filepath", visible=False)
|
68 |
|
69 |
with gr.Column():
|
|
|
63 |
gr.Markdown("Possible driving combinations: <br> 1. Audio only 2. Audio/IDLE Mode + Ref Video(pose, blink, pose+blink) 3. IDLE Mode only 4. Ref Video only (all) ")
|
64 |
|
65 |
with gr.Row():
|
66 |
+
driven_audio = gr.Audio(label="Input audio", source="upload", type="filepath", max_length=180) # 180s
|
67 |
driven_audio_no = gr.Audio(label="Use IDLE mode, no audio is required", source="upload", type="filepath", visible=False)
|
68 |
|
69 |
with gr.Column():
|