Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,8 @@ footer {
|
|
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")
|
|
|
17 |
|
18 |
with gr.Blocks(css=css) as app:
|
19 |
|
20 |
+
gr.Markdown("[](https://visitorbadge.io/status?path=https%3A%2F%2Ffantos-watermark.hf.space)")
|
21 |
|
|
|
|
|
22 |
|
23 |
with gr.Tab("Add Watermark"):
|
24 |
cho = gr.Radio(choices=["stegan","pnginfo"],value="stegan")
|