noumanjavaid commited on
Commit
83fb57e
·
verified ·
1 Parent(s): 24b5ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -29,6 +29,4 @@ with gr.Blocks() as app:
29
  det_msg = gr.Textbox(label="Detected Watermark",lines=6, max_lines=50)
30
  mark_btn.click(choose_encode,[inp_im,inp_mark,cho],[out_im,msg_box])
31
  det_btn.click(utils.decode,[det_im],det_msg)
32
- app.launch(
33
- share=True
34
- )
 
29
  det_msg = gr.Textbox(label="Detected Watermark",lines=6, max_lines=50)
30
  mark_btn.click(choose_encode,[inp_im,inp_mark,cho],[out_im,msg_box])
31
  det_btn.click(utils.decode,[det_im],det_msg)
32
+ app.launch()