Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,15 @@ footer {
|
|
16 |
"""
|
17 |
|
18 |
with gr.Blocks(css=css) as app:
|
|
|
|
|
|
|
|
|
|
|
19 |
with gr.Tab("Add Watermark"):
|
20 |
cho = gr.Radio(choices=["stegan","pnginfo"],value="stegan")
|
21 |
with gr.Row():
|
22 |
|
23 |
-
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Ffantos-watermark.hf.space"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Ffantos-watermark.hf.space&countColor=%23263759" /></a>
|
24 |
-
|
25 |
with gr.Column():
|
26 |
inp_im = gr.Image(label="Input Image",type="filepath")
|
27 |
inp_mark = gr.Textbox(label="Watermark")
|
|
|
16 |
"""
|
17 |
|
18 |
with gr.Blocks(css=css) as app:
|
19 |
+
|
20 |
+
|
21 |
+
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Ffantos-watermark.hf.space"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Ffantos-watermark.hf.space&countColor=%23263759" /></a>
|
22 |
+
|
23 |
+
|
24 |
with gr.Tab("Add Watermark"):
|
25 |
cho = gr.Radio(choices=["stegan","pnginfo"],value="stegan")
|
26 |
with gr.Row():
|
27 |
|
|
|
|
|
28 |
with gr.Column():
|
29 |
inp_im = gr.Image(label="Input Image",type="filepath")
|
30 |
inp_mark = gr.Textbox(label="Watermark")
|