Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,19 +184,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 90% !i
|
|
| 184 |
with gr.Column(scale=1):
|
| 185 |
output_video = gr.Video(label="Generated Video")
|
| 186 |
|
| 187 |
-
gr.Markdown("## Examples")
|
| 188 |
-
gr.Examples(
|
| 189 |
-
examples=[
|
| 190 |
-
["src/examples/reference_images/monalisa.jpg", "src/examples/driving_audios/monalisa.wav", "None", 1.2],
|
| 191 |
-
["src/examples/reference_images/girl.png", "src/examples/driving_audios/girl.wav", "Happiness", 1.25],
|
| 192 |
-
["src/examples/reference_images/jobs.jpg", "src/examples/driving_audios/jobs.wav", "Neutral", 1.15],
|
| 193 |
-
],
|
| 194 |
-
inputs=[source_image, driving_audio, emotion_dropdown, cfg_slider],
|
| 195 |
-
outputs=output_video,
|
| 196 |
-
fn=generate_motion,
|
| 197 |
-
cache_examples=False,
|
| 198 |
-
)
|
| 199 |
-
|
| 200 |
gr.Markdown(
|
| 201 |
"""
|
| 202 |
---
|
|
|
|
| 184 |
with gr.Column(scale=1):
|
| 185 |
output_video = gr.Video(label="Generated Video")
|
| 186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
gr.Markdown(
|
| 188 |
"""
|
| 189 |
---
|