ndebuhr commited on
Commit
8834ce5
1 Parent(s): 7894bef

Provide only a single hands-on example, to expedite generation

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,8 +23,8 @@ _DETECTOR_IDENTIFIER = 'google/synthid-spaces-demo-detector'
23
 
24
  _PROMPTS: Tuple[str] = (
25
  'Write an essay about my pets, a cat named Mika and a dog named Cleo.',
26
- 'Tell me everything you can about Portugal.',
27
- 'What is Hugging Face?',
28
  )
29
 
30
  _TORCH_DEVICE = (
@@ -215,7 +215,7 @@ with gr.Blocks() as demo:
215
  Lets use [Gemma 2B IT][gemma] to help you understand how watermarking works.
216
 
217
  Using the text boxes below enter up to three prompts then click the generate
218
- button. Some examples are provided to help get you started, but they are
219
  fully editable.
220
 
221
  Gemma will then generate watermarked and non-watermarked repsonses for each
 
23
 
24
  _PROMPTS: Tuple[str] = (
25
  'Write an essay about my pets, a cat named Mika and a dog named Cleo.',
26
+ '',
27
+ '',
28
  )
29
 
30
  _TORCH_DEVICE = (
 
215
  Lets use [Gemma 2B IT][gemma] to help you understand how watermarking works.
216
 
217
  Using the text boxes below enter up to three prompts then click the generate
218
+ button. An example is provided to help get you started, but the cells are
219
  fully editable.
220
 
221
  Gemma will then generate watermarked and non-watermarked repsonses for each