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