RyanMullins commited on
Commit
b22b950
1 Parent(s): 898024b

Changing detector to google org

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import transformers
13
  # be another
14
 
15
  _MODEL_IDENTIFIER = 'google/gemma-2b-it'
16
- _DETECTOR_IDENTIFIER = 'gg-hf/detector_2b_1.0_demo'
17
 
18
  _PROMPTS: tuple[str] = (
19
  'Write an essay about my pets, a cat named Mika and a dog named Cleo.',
 
13
  # be another
14
 
15
  _MODEL_IDENTIFIER = 'google/gemma-2b-it'
16
+ _DETECTOR_IDENTIFIER = 'google/synthid-spaces-demo-detector'
17
 
18
  _PROMPTS: tuple[str] = (
19
  'Write an essay about my pets, a cat named Mika and a dog named Cleo.',