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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -180,7 +180,6 @@ def detect_watermark(det_im):
180
  # Gradio app
181
  with gr.Blocks() as app:
182
  with gr.Tab("Add Watermark"):
183
- cho = gr.Radio(choices="stegan", value="stenography", label="Watermark Method")
184
  with gr.Row():
185
  with gr.Column():
186
  inp_im = gr.Image(label="Input Image", type="filepath")
 
180
  # Gradio app
181
  with gr.Blocks() as app:
182
  with gr.Tab("Add Watermark"):
 
183
  with gr.Row():
184
  with gr.Column():
185
  inp_im = gr.Image(label="Input Image", type="filepath")