Spaces:
Running
on
L40S
Running
on
L40S
Provide only a single hands-on example, to expedite generation
Browse files
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 |
-
'
|
| 27 |
-
'
|
| 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.
|
| 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
|