Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as app:
|
|
190 |
with gr.Column():
|
191 |
out_im = gr.Image(label="Watermarked Image")
|
192 |
|
193 |
-
mark_btn.click(choose_encode, inputs=[inp_im, inp_mark
|
194 |
|
195 |
with gr.Tab("Detect Watermark"):
|
196 |
with gr.Row():
|
|
|
190 |
with gr.Column():
|
191 |
out_im = gr.Image(label="Watermarked Image")
|
192 |
|
193 |
+
mark_btn.click(choose_encode, inputs=[inp_im, inp_mark], outputs=[out_im, msg_box, file_output])
|
194 |
|
195 |
with gr.Tab("Detect Watermark"):
|
196 |
with gr.Row():
|