Spaces:
Sleeping
Sleeping
jwkirchenbauer
commited on
Commit
β’
d8de20c
1
Parent(s):
84183df
md formatting
Browse files- demo_watermark.py +4 -2
demo_watermark.py
CHANGED
@@ -327,8 +327,10 @@ def run_gradio(args, model=None, device=None, tokenizer=None):
|
|
327 |
# Top section, greeting and instructions
|
328 |
gr.Markdown("## π§ [A Watermark for Large Language Models](https://arxiv.org/abs/2301.10226) π")
|
329 |
with gr.Row():
|
330 |
-
gr.
|
331 |
-
|
|
|
|
|
332 |
with gr.Accordion("Understanding the output metrics",open=False):
|
333 |
gr.Markdown(
|
334 |
"""
|
|
|
327 |
# Top section, greeting and instructions
|
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("[jwkirchenbauer/lm-watermarking![](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):
|
335 |
gr.Markdown(
|
336 |
"""
|