Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,10 @@ with demo:
|
|
62 |
We recommend setting $\\tau_{word}$ at 0.8 for English and 0.75 for Chinese.
|
63 |
Generally, a larger $\\tau_{word}$ increases the similarity between the original and watermarked text, but it also weakens the strength of the watermark.
|
64 |
More details can be found in our [ArXiv preprint](https://arxiv.org/abs/2305.08883).
|
65 |
-
|
|
|
|
|
|
|
66 |
For a better experience, you may duplicate the space and upgrade to GPU in settings.
|
67 |
"""
|
68 |
)
|
|
|
62 |
We recommend setting $\\tau_{word}$ at 0.8 for English and 0.75 for Chinese.
|
63 |
Generally, a larger $\\tau_{word}$ increases the similarity between the original and watermarked text, but it also weakens the strength of the watermark.
|
64 |
More details can be found in our [ArXiv preprint](https://arxiv.org/abs/2305.08883).
|
65 |
+
"""
|
66 |
+
)
|
67 |
+
gr.Markdown(
|
68 |
+
"""
|
69 |
For a better experience, you may duplicate the space and upgrade to GPU in settings.
|
70 |
"""
|
71 |
)
|