wenhu commited on
Commit
b15506b
1 Parent(s): 8eb0204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -383,6 +383,7 @@ with gr.Blocks() as demo:
383
  examples = gr.Examples(examples=demo_examples,
384
  label="Examples (Just click on Video Editing button after loading them into the UI)",
385
  inputs=[video_input, image_input_output, video_prompt, av_pnp_f_t, av_pnp_spatial_attn_t, av_pnp_temp_attn_t])
 
386
 
387
  btn_pv.click(
388
  btn_preprocess_video_fn,
 
383
  examples = gr.Examples(examples=demo_examples,
384
  label="Examples (Just click on Video Editing button after loading them into the UI)",
385
  inputs=[video_input, image_input_output, video_prompt, av_pnp_f_t, av_pnp_spatial_attn_t, av_pnp_temp_attn_t])
386
+ gr.Markdown('Reference: You can find good source videos from https://www.pexels.com/videos/')
387
 
388
  btn_pv.click(
389
  btn_preprocess_video_fn,