Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def generate_video(original_video, watermark):
|
|
51 |
|
52 |
# Use RGBA image mode to preserve transparency for png images.
|
53 |
with gr.Blocks(css=css) as demo:
|
54 |
-
|
55 |
with gr.Column():
|
56 |
gr.Markdown("# Centurion Watermarking")
|
57 |
gr.Markdown("Watermarks can be **visible** or **invisible**.")
|
|
|
51 |
|
52 |
# Use RGBA image mode to preserve transparency for png images.
|
53 |
with gr.Blocks(css=css) as demo:
|
54 |
+
with gr.Row():
|
55 |
with gr.Column():
|
56 |
gr.Markdown("# Centurion Watermarking")
|
57 |
gr.Markdown("Watermarks can be **visible** or **invisible**.")
|