noumanjavaid commited on
Commit
eb5eb48
·
verified ·
1 Parent(s): 9fd8f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, cho], outputs=[out_im, msg_box, file_output])
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():