Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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()
|