Update app.py
Browse files
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")
|