noumanjavaid commited on
Commit
387bb8b
·
verified ·
1 Parent(s): 8ed6d46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ 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", "pnginfo"], value="stegan", 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
+ 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")