Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(title="SynthID Text Watermarking Tool") as app:
|
|
152 |
label="Input Text",
|
153 |
lines=5,
|
154 |
placeholder="Enter text to watermark...",
|
155 |
-
value="
|
156 |
)
|
157 |
output_text = gr.Textbox(label="Watermarked Text", lines=5)
|
158 |
with gr.Column(scale=1):
|
@@ -161,7 +161,7 @@ with gr.Blocks(title="SynthID Text Watermarking Tool") as app:
|
|
161 |
minimum=2,
|
162 |
maximum=5,
|
163 |
step=1,
|
164 |
-
value=
|
165 |
info="Controls watermark detectability (2-5)"
|
166 |
)
|
167 |
status = gr.Textbox(label="Status")
|
|
|
152 |
label="Input Text",
|
153 |
lines=5,
|
154 |
placeholder="Enter text to watermark...",
|
155 |
+
value="Test Sentence: WordLift is a cutting-edge platform designed to enhance your digital content by leveraging the power of semantic technology. It transforms your website into a structured repository of knowledge, making your content more discoverable, engaging, and aligned with modern search engine algorithms. By utilizing AI-driven entity extraction and knowledge graph generation, WordLift helps you bridge the gap between your content and search intent, ensuring optimal visibility and performance."
|
156 |
)
|
157 |
output_text = gr.Textbox(label="Watermarked Text", lines=5)
|
158 |
with gr.Column(scale=1):
|
|
|
161 |
minimum=2,
|
162 |
maximum=5,
|
163 |
step=1,
|
164 |
+
value=2,
|
165 |
info="Controls watermark detectability (2-5)"
|
166 |
)
|
167 |
status = gr.Textbox(label="Status")
|