cyberandy commited on
Commit
120c013
·
verified ·
1 Parent(s): 4d833d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="This is a test sentence for the watermarking system."
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=5,
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")