Spaces:
Sleeping
Sleeping
jwkirchenbauer
commited on
Commit
·
a230391
1
Parent(s):
8bb4ab4
remove badge
Browse files- demo_watermark.py +1 -2
demo_watermark.py
CHANGED
@@ -340,13 +340,12 @@ def run_gradio(args, model=None, device=None, tokenizer=None):
|
|
340 |
with gr.Column(scale=1):
|
341 |
gr.Markdown(
|
342 |
"""
|
343 |
-
![visitor badge](https://visitor-badge.glitch.me/badge?page_id=tomg-group-umd_lm-watermarking)
|
344 |
-
|
345 |
[![](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/jwkirchenbauer/lm-watermarking)
|
346 |
"""
|
347 |
)
|
348 |
# with gr.Column(scale=2):
|
349 |
# pass
|
|
|
350 |
|
351 |
with gr.Accordion("Understanding the output metrics",open=False):
|
352 |
gr.Markdown(
|
|
|
340 |
with gr.Column(scale=1):
|
341 |
gr.Markdown(
|
342 |
"""
|
|
|
|
|
343 |
[![](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/jwkirchenbauer/lm-watermarking)
|
344 |
"""
|
345 |
)
|
346 |
# with gr.Column(scale=2):
|
347 |
# pass
|
348 |
+
# ![visitor badge](https://visitor-badge.glitch.me/badge?page_id=tomg-group-umd_lm-watermarking) # buggy
|
349 |
|
350 |
with gr.Accordion("Understanding the output metrics",open=False):
|
351 |
gr.Markdown(
|