tonyassi commited on
Commit
dd69671
·
verified ·
1 Parent(s): 0e3faa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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