Omnibus commited on
Commit
4b73176
1 Parent(s): 16326ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def choose_encode(inp_im,inp_mark,cho):
11
 
12
  with gr.Blocks() as app:
13
  with gr.Tab("Add Watermark"):
14
- cho = gr.Radio(choices=["stegan","pnginfo"])
15
  with gr.Row():
16
  with gr.Column():
17
  inp_im = gr.Image(label="Input Image",type="filepath")
 
11
 
12
  with gr.Blocks() as app:
13
  with gr.Tab("Add Watermark"):
14
+ cho = gr.Radio(choices=["stegan","pnginfo"],value="stegan")
15
  with gr.Row():
16
  with gr.Column():
17
  inp_im = gr.Image(label="Input Image",type="filepath")