Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(title="Video Face Swap", theme=gr.themes.Soft(), css=CUSTOM_CSS)
|
|
| 160 |
out_vid = gr.Video(label="Result")
|
| 161 |
|
| 162 |
gr.Examples(
|
| 163 |
-
examples=[["bella.jpg", "wizard.mp4", "all"]],
|
| 164 |
inputs=[in_img, in_vid, in_gen],
|
| 165 |
outputs=[out_vid],
|
| 166 |
fn=generate, # precompute + cache example output
|
|
|
|
| 160 |
out_vid = gr.Video(label="Result")
|
| 161 |
|
| 162 |
gr.Examples(
|
| 163 |
+
examples=[["elon.png", "ironman.mp4", "all"], ["bella.jpg", "wizard.mp4", "all"]],
|
| 164 |
inputs=[in_img, in_vid, in_gen],
|
| 165 |
outputs=[out_vid],
|
| 166 |
fn=generate, # precompute + cache example output
|