fantos commited on
Commit
36ca6eb
·
verified ·
1 Parent(s): 671ac8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -19,6 +19,9 @@ 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
  with gr.Column():
23
  inp_im = gr.Image(label="Input Image",type="filepath")
24
  inp_mark = gr.Textbox(label="Watermark")
 
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")