meg HF staff commited on
Commit
f88f61a
1 Parent(s): 22addfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_video(original_video, watermark):
12
 
13
  # Use RGBA image mode to preserve transparency for png images.
14
  demo = gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath', image_mode='RGBA')], gr.Video(),
15
- examples=[[a, w1], [b, w2]], title="Watermarking Example", description="Watermarks can be visible or invisible; they can provide information directly or provide a link for more information.")
16
 
17
  if __name__ == "__main__":
18
  demo.launch()
 
12
 
13
  # Use RGBA image mode to preserve transparency for png images.
14
  demo = gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath', image_mode='RGBA')], gr.Video(),
15
+ examples=[[a, w1], [b, w2]], title="Watermarking Example", description="Watermarks can be **visible** or **invisible**; they can provide information directly or provide a link for more information.")
16
 
17
  if __name__ == "__main__":
18
  demo.launch()