Spaces:
Sleeping
Sleeping
jwkirchenbauer
commited on
Commit
β’
0a08618
1
Parent(s):
d8de20c
md formatting
Browse files- demo_watermark.py +1 -1
demo_watermark.py
CHANGED
@@ -328,7 +328,7 @@ def run_gradio(args, model=None, device=None, tokenizer=None):
|
|
328 |
gr.Markdown("## π§ [A Watermark for Large Language Models](https://arxiv.org/abs/2301.10226) π")
|
329 |
with gr.Row():
|
330 |
with gr.Column():
|
331 |
-
gr.Markdown("[
|
332 |
with gr.Column():
|
333 |
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=tomg-group-umd_lm-watermarking)")
|
334 |
with gr.Accordion("Understanding the output metrics",open=False):
|
|
|
328 |
gr.Markdown("## π§ [A Watermark for Large Language Models](https://arxiv.org/abs/2301.10226) π")
|
329 |
with gr.Row():
|
330 |
with gr.Column():
|
331 |
+
gr.Markdown("[![](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/jwkirchenbauer/lm-watermarking)")
|
332 |
with gr.Column():
|
333 |
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=tomg-group-umd_lm-watermarking)")
|
334 |
with gr.Accordion("Understanding the output metrics",open=False):
|