Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
|
|
92 |
# with gr.Column():
|
93 |
# gr.Markdown("**Output**: Watermarked image")
|
94 |
#gr.Interface(generate_image, [gr.Image(), gr.Image(type='filepath', image_mode=None)], gr.Image(),
|
95 |
-
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
gr.Markdown("**Inputs**: Video and watermark file")
|
|
|
92 |
# with gr.Column():
|
93 |
# gr.Markdown("**Output**: Watermarked image")
|
94 |
#gr.Interface(generate_image, [gr.Image(), gr.Image(type='filepath', image_mode=None)], gr.Image(),
|
95 |
+
# examples=[[c, w1], [d, w2], [w4, w5], [c, w6]])
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
gr.Markdown("**Inputs**: Video and watermark file")
|